Home
last modified time | relevance | path

Searched refs:GPIO_MSK_OE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-tegra.c51 #define GPIO_MSK_OE(x) (GPIO_REG(x) + tegra_gpio_upper_offset + 0x10) macro
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()
251 tegra_gpio_mask_write(GPIO_MSK_OE(gpio), gpio, 0); in tegra_gpio_irq_set_type()