Searched refs:SIMPAD_CS3_GPIO_BASE (Results 1 – 2 of 2) sorted by relevance
64 #define SIMPAD_CS3_GPIO_BASE (GPIO_MAX + 11) macro65 #define SIMPAD_CS3_VCC_5V_EN (SIMPAD_CS3_GPIO_BASE)66 #define SIMPAD_CS3_VCC_3V_EN (SIMPAD_CS3_GPIO_BASE + 1)67 #define SIMPAD_CS3_EN1 (SIMPAD_CS3_GPIO_BASE + 2)68 #define SIMPAD_CS3_EN0 (SIMPAD_CS3_GPIO_BASE + 3)69 #define SIMPAD_CS3_DISPLAY_ON (SIMPAD_CS3_GPIO_BASE + 4)70 #define SIMPAD_CS3_PCMCIA_BUFF_DIS (SIMPAD_CS3_GPIO_BASE + 5)71 #define SIMPAD_CS3_MQ_RESET (SIMPAD_CS3_GPIO_BASE + 6)72 #define SIMPAD_CS3_PCMCIA_RESET (SIMPAD_CS3_GPIO_BASE + 7)73 #define SIMPAD_CS3_DECT_POWER_ON (SIMPAD_CS3_GPIO_BASE + 8)[all …]
385 cs3_gpio.base = SIMPAD_CS3_GPIO_BASE; in simpad_init()