Searched refs:tegra_gpio_mask_write (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/gpio/ |
| D | gpio-tegra.c | 101 static void tegra_gpio_mask_write(u32 reg, int gpio, int value) in tegra_gpio_mask_write() function 113 tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 1); in tegra_gpio_enable() 118 tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 0); in tegra_gpio_disable() 134 tegra_gpio_mask_write(GPIO_MSK_OUT(offset), offset, value); in tegra_gpio_set() 149 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 0); in tegra_gpio_direction_input() 158 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 1); in tegra_gpio_direction_output() 191 tegra_gpio_mask_write(GPIO_MSK_INT_ENB(gpio), gpio, 0); in tegra_gpio_irq_mask() 198 tegra_gpio_mask_write(GPIO_MSK_INT_ENB(gpio), gpio, 1); in tegra_gpio_irq_unmask() 251 tegra_gpio_mask_write(GPIO_MSK_OE(gpio), gpio, 0); in tegra_gpio_irq_set_type()
|