Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/keyboard/
Domap-keypad.c119 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_interrupt()
146 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_scan_keypad()
149 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
152 OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
156 state[col] = ~omap_readw(OMAP1_MPUIO_BASE + in omap_kp_scan_keypad()
159 omap_writew(0x00, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad()
229 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_tasklet()
317 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe()
393 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_GPIO_DEBOUNCING); in omap_kp_probe()
404 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe()
[all …]
/linux-3.4.99/arch/arm/mach-omap1/
Dgpio15xx.c21 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
Dboard-ams-delta.c312 .start = OMAP1_MPUIO_BASE,
313 .end = OMAP1_MPUIO_BASE +
Dgpio16xx.c25 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
Dgpio7xx.c27 #define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dgpio.h33 #define OMAP1_MPUIO_BASE 0xfffb5000 macro