Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mach-omap1/
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)
/Linux-v6.6/include/linux/platform_data/
Dgpio-omap.h147 #define OMAP_MPUIO(nr) (OMAP_MAX_GPIO_LINES + (nr)) macro
/Linux-v6.6/drivers/gpio/
Dgpio-omap.c1051 bank->chip.base = OMAP_MPUIO(0); in omap_gpio_chip_init()