Searched refs:GPIO_REG (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpio-tegra.c | 38 #define GPIO_REG(tgi, x) (GPIO_BANK(x) * tgi->soc->bank_stride + \ macro 41 #define GPIO_CNF(t, x) (GPIO_REG(t, x) + 0x00) 42 #define GPIO_OE(t, x) (GPIO_REG(t, x) + 0x10) 43 #define GPIO_OUT(t, x) (GPIO_REG(t, x) + 0X20) 44 #define GPIO_IN(t, x) (GPIO_REG(t, x) + 0x30) 45 #define GPIO_INT_STA(t, x) (GPIO_REG(t, x) + 0x40) 46 #define GPIO_INT_ENB(t, x) (GPIO_REG(t, x) + 0x50) 47 #define GPIO_INT_LVL(t, x) (GPIO_REG(t, x) + 0x60) 48 #define GPIO_INT_CLR(t, x) (GPIO_REG(t, x) + 0x70) 49 #define GPIO_DBC_CNT(t, x) (GPIO_REG(t, x) + 0xF0) [all …]
|
D | gpio-intel-mid.c | 52 enum GPIO_REG { enum 77 enum GPIO_REG reg_type) in gpio_reg() 87 enum GPIO_REG reg_type) in gpio_reg_2bit()
|
D | gpio-ich.c | 42 enum GPIO_REG { enum
|
D | Kconfig | 436 config GPIO_REG config
|
/Linux-v4.19/drivers/media/pci/tw686x/ |
D | tw686x-regs.h | 35 #define GPIO_REG 0x2f macro
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | Kconfig | 8 select GPIO_REG
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | Kconfig | 43 select GPIO_REG
|