Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/keyboard/
Domap-keypad.c57 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_interrupt()
74 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_scan_keypad()
77 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
80 OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
84 state[col] = ~omap_readw(OMAP1_MPUIO_BASE + in omap_kp_scan_keypad()
87 omap_writew(0x00, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
139 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_tasklet()
207 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe()
259 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_GPIO_DEBOUNCING); in omap_kp_probe()
269 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe()
[all …]
/Linux-v5.4/arch/arm/mach-omap1/
Dgpio15xx.c24 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
Dgpio7xx.c32 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
Dgpio16xx.c30 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
/Linux-v5.4/include/linux/platform_data/
Dgpio-omap.h18 #define OMAP1_MPUIO_BASE 0xfffb5000 macro