Searched refs:GPIO_OE (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/gpio/ |
| D | gpio-tegra.c | 42 #define GPIO_OE(t, x) (GPIO_REG(t, x) + 0x10) macro 169 if (tegra_gpio_readl(tgi, GPIO_OE(tgi, offset)) & bval) in tegra_gpio_get() 208 oe = tegra_gpio_readl(tgi, GPIO_OE(tgi, offset)); in tegra_gpio_get_direction() 433 GPIO_OE(tgi, gpio)); in tegra_gpio_resume() 464 GPIO_OE(tgi, gpio)); in tegra_gpio_suspend() 523 tegra_gpio_readl(tgi, GPIO_OE(tgi, gpio)), in tegra_dbg_gpio_show()
|