Searched refs:HTCPLD_BASE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-htcherald.c | 133 #define HTCPLD_BASE(chip, offset) \ macro 136 #define HTCPLD_GPIO_LED_DPAD HTCPLD_BASE(0, 0) 137 #define HTCPLD_GPIO_LED_KBD HTCPLD_BASE(1, 0) 138 #define HTCPLD_GPIO_LED_CAPS HTCPLD_BASE(1, 5) 139 #define HTCPLD_GPIO_LED_RED_FLASH HTCPLD_BASE(2, 1) 140 #define HTCPLD_GPIO_LED_RED_SOLID HTCPLD_BASE(2, 2) 141 #define HTCPLD_GPIO_LED_GREEN_FLASH HTCPLD_BASE(2, 3) 142 #define HTCPLD_GPIO_LED_GREEN_SOLID HTCPLD_BASE(2, 4) 143 #define HTCPLD_GPIO_LED_WIFI HTCPLD_BASE(2, 5) 144 #define HTCPLD_GPIO_LED_BT HTCPLD_BASE(2, 6) [all …]
|