Home
last modified time | relevance | path

Searched refs:SIMPAD_CS3_GPIO_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
Dsimpad.h64 #define SIMPAD_CS3_GPIO_BASE (GPIO_MAX + 11) macro
65 #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 …]
/linux-6.1.9/arch/arm/mach-sa1100/
Dsimpad.c385 cs3_gpio.base = SIMPAD_CS3_GPIO_BASE; in simpad_init()