Searched refs:GPIO_REG (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/gpio/ |
D | gpio-tegra.c | 31 #define GPIO_REG(tgi, x) (GPIO_BANK(x) * tgi->soc->bank_stride + \ macro 34 #define GPIO_CNF(t, x) (GPIO_REG(t, x) + 0x00) 35 #define GPIO_OE(t, x) (GPIO_REG(t, x) + 0x10) 36 #define GPIO_OUT(t, x) (GPIO_REG(t, x) + 0X20) 37 #define GPIO_IN(t, x) (GPIO_REG(t, x) + 0x30) 38 #define GPIO_INT_STA(t, x) (GPIO_REG(t, x) + 0x40) 39 #define GPIO_INT_ENB(t, x) (GPIO_REG(t, x) + 0x50) 40 #define GPIO_INT_LVL(t, x) (GPIO_REG(t, x) + 0x60) 41 #define GPIO_INT_CLR(t, x) (GPIO_REG(t, x) + 0x70) 42 #define GPIO_DBC_CNT(t, x) (GPIO_REG(t, x) + 0xF0) [all …]
|
D | gpio-ich.c | 26 enum GPIO_REG { enum
|
D | Kconfig | 532 config GPIO_REG config
|
/linux-6.1.9/drivers/media/pci/tw686x/ |
D | tw686x-regs.h | 35 #define GPIO_REG 0x2f macro
|
/linux-6.1.9/arch/arm/mach-sa1100/ |
D | Kconfig | 27 select GPIO_REG
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | Kconfig | 62 select GPIO_REG 69 select GPIO_REG
|