Lines Matching defs:t
34 #define GPIO_CNF(t, x) (GPIO_REG(t, x) + 0x00) argument
35 #define GPIO_OE(t, x) (GPIO_REG(t, x) + 0x10) argument
36 #define GPIO_OUT(t, x) (GPIO_REG(t, x) + 0X20) argument
37 #define GPIO_IN(t, x) (GPIO_REG(t, x) + 0x30) argument
38 #define GPIO_INT_STA(t, x) (GPIO_REG(t, x) + 0x40) argument
39 #define GPIO_INT_ENB(t, x) (GPIO_REG(t, x) + 0x50) argument
40 #define GPIO_INT_LVL(t, x) (GPIO_REG(t, x) + 0x60) argument
41 #define GPIO_INT_CLR(t, x) (GPIO_REG(t, x) + 0x70) argument
42 #define GPIO_DBC_CNT(t, x) (GPIO_REG(t, x) + 0xF0) argument
45 #define GPIO_MSK_CNF(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x00) argument
46 #define GPIO_MSK_OE(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x10) argument
47 #define GPIO_MSK_OUT(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0X20) argument
48 #define GPIO_MSK_DBC_EN(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x30) argument
49 #define GPIO_MSK_INT_STA(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x40) argument
50 #define GPIO_MSK_INT_ENB(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x50) argument
51 #define GPIO_MSK_INT_LVL(t, x) (GPIO_REG(t, x) + t->soc->upper_offset + 0x60) argument