Searched refs:tegra_gpio_mask_write (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/arm/mach-tegra/ |
D | gpio.c | 90 static void tegra_gpio_mask_write(u32 reg, int gpio, int value) in tegra_gpio_mask_write() function 102 tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 1); in tegra_gpio_enable() 107 tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 0); in tegra_gpio_disable() 112 tegra_gpio_mask_write(GPIO_MSK_OUT(offset), offset, value); in tegra_gpio_set() 122 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 0); in tegra_gpio_direction_input() 130 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 1); in tegra_gpio_direction_output() 157 tegra_gpio_mask_write(GPIO_MSK_INT_ENB(gpio), gpio, 0); in tegra_gpio_irq_mask() 164 tegra_gpio_mask_write(GPIO_MSK_INT_ENB(gpio), gpio, 1); in tegra_gpio_irq_unmask()
|