Searched refs:HTCPLD_IRQ (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-htcherald.c | 132 #define HTCPLD_IRQ(chip, offset) (OMAP_IRQ_END + 8 * (chip) + (offset)) macro 167 #define HTCPLD_IRQ_RIGHT_KBD HTCPLD_IRQ(0, 7) 168 #define HTCPLD_IRQ_UP_KBD HTCPLD_IRQ(0, 6) 169 #define HTCPLD_IRQ_LEFT_KBD HTCPLD_IRQ(0, 5) 170 #define HTCPLD_IRQ_DOWN_KBD HTCPLD_IRQ(0, 4) 173 #define HTCPLD_IRQ_RIGHT_DPAD HTCPLD_IRQ(1, 7) 174 #define HTCPLD_IRQ_UP_DPAD HTCPLD_IRQ(1, 6) 175 #define HTCPLD_IRQ_LEFT_DPAD HTCPLD_IRQ(1, 5) 176 #define HTCPLD_IRQ_DOWN_DPAD HTCPLD_IRQ(1, 4) 177 #define HTCPLD_IRQ_ENTER_DPAD HTCPLD_IRQ(1, 3) [all …]
|