Home
last modified time | relevance | path

Searched refs:OMAP1_MPUIO_BASE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/input/keyboard/
Domap-keypad.c70 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_interrupt()
87 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_scan_keypad()
90 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
93 OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
97 state[col] = ~omap_readw(OMAP1_MPUIO_BASE + in omap_kp_scan_keypad()
100 omap_writew(0x00, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
152 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_tasklet()
220 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe()
272 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_GPIO_DEBOUNCING); in omap_kp_probe()
282 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe()
[all …]
/Linux-v4.19/arch/arm/mach-omap1/
Dgpio15xx.c24 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
Dgpio16xx.c30 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
Dgpio7xx.c32 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
Dboard-ams-delta.c340 .start = OMAP1_MPUIO_BASE,
341 .end = OMAP1_MPUIO_BASE +
/Linux-v4.19/include/linux/platform_data/
Dgpio-omap.h30 #define OMAP1_MPUIO_BASE 0xfffb5000 macro