Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-omap1/
A Dboard-palmte.c53 #define PALMTE_DC_GPIO OMAP_MPUIO(2)
54 #define PALMTE_MMC_SWITCH_GPIO OMAP_MPUIO(4)
55 #define PALMTE_MMC1_GPIO OMAP_MPUIO(6)
56 #define PALMTE_MMC2_GPIO OMAP_MPUIO(7)
57 #define PALMTE_MMC3_GPIO OMAP_MPUIO(11)
A Dboard-osk.c377 if (gpio_request(OMAP_MPUIO(1), "tps65010") == 0) in osk_init()
378 gpio_direction_input(OMAP_MPUIO(1)); in osk_init()
381 osk_i2c_board_info[0].irq = gpio_to_irq(OMAP_MPUIO(1)); in osk_init()
/linux-6.3-rc2/include/linux/platform_data/
A Dgpio-omap.h147 #define OMAP_MPUIO(nr) (OMAP_MAX_GPIO_LINES + (nr)) macro
/linux-6.3-rc2/drivers/gpio/
A Dgpio-omap.c1016 bank->chip.base = OMAP_MPUIO(0); in omap_gpio_chip_init()

Completed in 8 milliseconds