Searched refs:MSP71XX_GPIO_BANK (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/mips/pmc-sierra/msp71xx/ |
D | gpio.c | 174 #define MSP71XX_GPIO_BANK(name, dr, cr, base_gpio, num_gpio) \ macro 202 MSP71XX_GPIO_BANK("GPIO_1_0", 0x170, 0x180, 0, 2), 203 MSP71XX_GPIO_BANK("GPIO_5_2", 0x174, 0x184, 2, 4), 204 MSP71XX_GPIO_BANK("GPIO_9_6", 0x178, 0x188, 6, 4), 205 MSP71XX_GPIO_BANK("GPIO_15_10", 0x17C, 0x18C, 10, 6),
|