Home
last modified time | relevance | path

Searched refs:WKUP_MOD (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-omap2/
Dprm3xxx.c308 WKUP_MOD, PM_WKEN); in omap3_prm_init_pm()
313 WKUP_MOD, OMAP3430_PM_MPUGRPSEL); in omap3_prm_init_pm()
352 omap2_prm_write_mod_reg(0, WKUP_MOD, OMAP3430_PM_IVAGRPSEL); in omap3_prm_init_pm()
386 omap2_prm_clear_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD, in omap3430_pre_es3_1_reconfigure_io_chain()
388 omap2_prm_set_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD, in omap3430_pre_es3_1_reconfigure_io_chain()
390 omap2_prm_read_mod_reg(WKUP_MOD, PM_WKEN); in omap3430_pre_es3_1_reconfigure_io_chain()
406 omap2_prm_set_mod_reg_bits(OMAP3430_EN_IO_CHAIN_MASK, WKUP_MOD, in omap3_prm_reconfigure_io_chain()
409 omap_test_timeout(omap2_prm_read_mod_reg(WKUP_MOD, PM_WKST) & in omap3_prm_reconfigure_io_chain()
415 omap2_prm_clear_mod_reg_bits(OMAP3430_EN_IO_CHAIN_MASK, WKUP_MOD, in omap3_prm_reconfigure_io_chain()
418 omap2_prm_set_mod_reg_bits(OMAP3430_ST_IO_CHAIN_MASK, WKUP_MOD, in omap3_prm_reconfigure_io_chain()
[all …]
Dpm24xx.c81 omap_prm_clear_mod_irqs(WKUP_MOD, PM_WKST, ~0); in omap2_enter_full_retention()
112 omap_prm_clear_mod_irqs(WKUP_MOD, PM_WKST, 0x4 | 0x1); in omap2_enter_full_retention()
147 omap_prm_clear_mod_irqs(WKUP_MOD, PM_WKST, ~0); in omap2_enter_mpu_retention()
245 WKUP_MOD, PM_WKEN); in prcm_setup_regs()
Dprm2xxx.c63 v = omap2_prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTST); in omap2xxx_prm_read_reset_sources()
111 omap2_prm_set_mod_reg_bits(OMAP_RST_DPLL3_MASK, WKUP_MOD, in omap2xxx_prm_dpll_reset()
114 omap2_prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTCTRL); in omap2xxx_prm_dpll_reset()
Dpowerdomains2xxx_3xxx_data.c62 .prcm_offs = WKUP_MOD,
Domap_hwmod_2xxx_ipblock_data.c253 .module_offs = WKUP_MOD,
478 .module_offs = WKUP_MOD,
636 .module_offs = WKUP_MOD,
654 .module_offs = WKUP_MOD,
672 .module_offs = WKUP_MOD,
690 .module_offs = WKUP_MOD,
750 .module_offs = WKUP_MOD,
Dcm3xxx.c435 omap2_cm_read_mod_reg(WKUP_MOD, CM_FCLKEN); in omap3_cm_save_context()
453 omap2_cm_read_mod_reg(WKUP_MOD, CM_ICLKEN); in omap3_cm_save_context()
492 omap2_cm_read_mod_reg(WKUP_MOD, CM_AUTOIDLE); in omap3_cm_save_context()
565 omap2_cm_write_mod_reg(cm_context.wkup_cm_fclken, WKUP_MOD, CM_FCLKEN); in omap3_cm_restore_context()
582 omap2_cm_write_mod_reg(cm_context.wkup_cm_iclken, WKUP_MOD, CM_ICLKEN); in omap3_cm_restore_context()
619 omap2_cm_write_mod_reg(cm_context.wkup_cm_autoidle, WKUP_MOD, in omap3_cm_restore_context()
646 *ptr++ = omap2_cm_read_mod_reg(WKUP_MOD, CM_CLKSEL); in omap3_cm_save_scratchpad_contents()
Dpm34xx.c140 c = omap_prm_clear_mod_irqs(WKUP_MOD, 1, OMAP3430_ST_IO_MASK | in _prcm_int_handle_io()
155 c = omap_prm_clear_mod_irqs(WKUP_MOD, 1, ~(OMAP3430_ST_IO_MASK | in _prcm_int_handle_wakeup()
Domap_hwmod_3xxx_data.c207 .module_offs = WKUP_MOD,
418 .module_offs = WKUP_MOD,
474 .module_offs = WKUP_MOD,
940 .module_offs = WKUP_MOD,
1427 .module_offs = WKUP_MOD,
1445 .module_offs = WKUP_MOD,
1472 .module_offs = WKUP_MOD,
1490 .module_offs = WKUP_MOD,
2125 .module_offs = WKUP_MOD,
Dprcm-common.h29 #define WKUP_MOD 0x400 macro