/linux/drivers/input/keyboard/ |
H A D | omap-keypad.c | 54 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_interrupt() 71 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_scan_keypad() 74 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad() 76 omap_writew(~(1 << col) & 0xff, in omap_kp_scan_keypad() 84 omap_writew(0x00, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBC); in omap_kp_scan_keypad() 136 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_tasklet() 209 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe() 249 omap_writew(0xff, OMAP1_MPUIO_BASE + OMAP_MPUIO_GPIO_DEBOUNCING); in omap_kp_probe() 259 omap_writew(0, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_probe() 279 omap_writew(1, OMAP1_MPUIO_BASE + OMAP_MPUIO_KBD_MASKIT); in omap_kp_remove()
|
/linux/arch/arm/mach-omap1/ |
H A D | io.c | 62 omap_writew(0x0, MPU_PUBLIC_TIPB_CNTL); in omap1_init_early() 63 omap_writew(0x0, MPU_PRIVATE_TIPB_CNTL); in omap1_init_early() 99 void omap_writew(u16 v, u32 pa) in omap_writew() function 103 EXPORT_SYMBOL(omap_writew);
|
H A D | pm.c | 210 omap_writew(0xffff, ULPD_SOFT_DISABLE_REQ_REG); in omap1_pm_suspend() 270 omap_writew(omap_readw(ARM_RSTCT1) & ~(1 << DSP_EN), ARM_RSTCT1); in omap1_pm_suspend() 273 omap_writew(omap_readw(ARM_CKCTL) & ~(1 << EN_DSPCK), ARM_CKCTL); in omap1_pm_suspend() 276 omap_writew(omap_readw(ARM_IDLECT2) | 1 << EN_APICK, ARM_IDLECT2); in omap1_pm_suspend() 330 omap_writew(omap_readw(ARM_IDLECT2) | 1 << EN_APICK, ARM_IDLECT2); in omap1_pm_suspend() 372 omap_writew(0, ULPD_SOFT_DISABLE_REQ_REG); in omap1_pm_suspend() 618 omap_writew(ULPD_SETUP_ANALOG_CELL_3_VAL, ULPD_SETUP_ANALOG_CELL_3); in omap_pm_init() 621 omap_writew(ULPD_POWER_CTRL_REG_VAL, ULPD_POWER_CTRL); in omap_pm_init()
|
H A D | reset.c | 33 omap_writew(omap_readw(DPLL_CTL) & ~(1 << 4), DPLL_CTL); in omap1_restart() 34 omap_writew(0x8, ARM_RSTCT1); in omap1_restart() 37 omap_writew(1, ARM_RSTCT1); in omap1_restart()
|
H A D | clock_data.c | 709 omap_writew(reg, SOFT_REQ_REG); in omap1_clk_init() 711 omap_writew(0, SOFT_REQ_REG2); in omap1_clk_init() 736 omap_writew(0x1000, ARM_SYSST); in omap1_clk_init() 776 omap_writew(omap_readw(ARM_CKCTL) & 0x0fff, ARM_CKCTL); in omap1_clk_init() 779 omap_writew(0, ARM_RSTCT1); in omap1_clk_init() 780 omap_writew(1, ARM_RSTCT2); in omap1_clk_init() 781 omap_writew(0x400, ARM_IDLECT1); in omap1_clk_init() 788 omap_writew(0x0000, ARM_IDLECT2); /* Turn LCD clock off also */ in omap1_clk_init()
|
H A D | usb.c | 102 omap_writew(w, ULPD_SOFT_REQ); in omap_otg_init() 107 omap_writew(w, ULPD_CLOCK_CTRL); in omap_otg_init() 622 omap_writew(w, ULPD_APLL_CTRL); in omap_1510_usb_init() 626 omap_writew(w, ULPD_DPLL_CTRL); in omap_1510_usb_init() 630 omap_writew(w, ULPD_SOFT_REQ); in omap_1510_usb_init()
|
H A D | timer32k.c | 89 omap_writew(val, OMAP1_32K_TIMER_BASE + reg); in omap_32k_timer_write()
|
H A D | pm.h | 137 #define ULPD_RESTORE(x) omap_writew((ulpd_sleep_save[ULPD_SLEEP_SAVE_##x]), (x))
|
H A D | board-ams-delta.c | 736 omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1); in ams_delta_init()
|
H A D | clock.c | 316 omap_writew(regval, ARM_CKCTL); in omap1_clk_set_rate_ckctl_arm()
|
/linux/include/linux/soc/ti/ |
H A D | omap1-io.h | 16 extern void omap_writew(u16 v, u32 pa); 23 static inline void omap_writew(u16 v, u32 pa) { } in omap_writew() function
|
/linux/drivers/pcmcia/ |
H A D | omap_cf.c | 138 omap_writew(CF_CONTROL_RESET, CF_CONTROL); in omap_cf_set_socket() 140 omap_writew(0, CF_CONTROL); in omap_cf_set_socket() 256 omap_writew(~(1 << seg), CF_CFG); in omap_cf_probe()
|
/linux/include/linux/platform_data/ |
H A D | keypad-omap.h | 11 #define omap_writew(val, reg) do {} while (0) macro
|