Lines Matching refs:GPIO_REG
34 #define GPIO_REG(x) (IO_TO_VIRT(TEGRA_GPIO_BASE) + \ macro
38 #define GPIO_CNF(x) (GPIO_REG(x) + 0x00)
39 #define GPIO_OE(x) (GPIO_REG(x) + 0x10)
40 #define GPIO_OUT(x) (GPIO_REG(x) + 0X20)
41 #define GPIO_IN(x) (GPIO_REG(x) + 0x30)
42 #define GPIO_INT_STA(x) (GPIO_REG(x) + 0x40)
43 #define GPIO_INT_ENB(x) (GPIO_REG(x) + 0x50)
44 #define GPIO_INT_LVL(x) (GPIO_REG(x) + 0x60)
45 #define GPIO_INT_CLR(x) (GPIO_REG(x) + 0x70)
47 #define GPIO_MSK_CNF(x) (GPIO_REG(x) + 0x800)
48 #define GPIO_MSK_OE(x) (GPIO_REG(x) + 0x810)
49 #define GPIO_MSK_OUT(x) (GPIO_REG(x) + 0X820)
50 #define GPIO_MSK_INT_STA(x) (GPIO_REG(x) + 0x840)
51 #define GPIO_MSK_INT_ENB(x) (GPIO_REG(x) + 0x850)
52 #define GPIO_MSK_INT_LVL(x) (GPIO_REG(x) + 0x860)