Searched refs:GPIO_MSK_INT_ENB (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpio/ |
D | gpio-tegra.c | 49 #define GPIO_MSK_INT_ENB(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x50) macro 291 tegra_gpio_mask_write(tgi, GPIO_MSK_INT_ENB(tgi, gpio), gpio, 0); in tegra_gpio_irq_mask() 300 tegra_gpio_mask_write(tgi, GPIO_MSK_INT_ENB(tgi, gpio), gpio, 1); in tegra_gpio_irq_unmask()
|