Searched refs:GPIO_OE (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-tegra.c | 34 #define GPIO_OE(t, x) (GPIO_REG(t, x) + 0x10) macro 161 if (tegra_gpio_readl(tgi, GPIO_OE(tgi, offset)) & bval) in tegra_gpio_get() 216 oe = tegra_gpio_readl(tgi, GPIO_OE(tgi, offset)); in tegra_gpio_get_direction() 441 GPIO_OE(tgi, gpio)); in tegra_gpio_resume() 468 GPIO_OE(tgi, gpio)); in tegra_gpio_suspend() 532 tegra_gpio_readl(tgi, GPIO_OE(tgi, gpio)), in tegra_dbg_gpio_show()
|