Home
last modified time | relevance | path

Searched refs:OMAP_MPUIO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-omap1/
H A Dboard-palmte.c54 #define PALMTE_DC_GPIO OMAP_MPUIO(2)
55 #define PALMTE_MMC_SWITCH_GPIO OMAP_MPUIO(4)
56 #define PALMTE_MMC1_GPIO OMAP_MPUIO(6)
57 #define PALMTE_MMC2_GPIO OMAP_MPUIO(7)
58 #define PALMTE_MMC3_GPIO OMAP_MPUIO(11)
/openbmc/linux/include/linux/platform_data/
H A Dgpio-omap.h147 #define OMAP_MPUIO(nr) (OMAP_MAX_GPIO_LINES + (nr)) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-omap.c1051 bank->chip.base = OMAP_MPUIO(0); in omap_gpio_chip_init()