Home
last modified time | relevance | path

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

/Linux-v4.19/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()
355 omap2_prm_write_mod_reg(0, WKUP_MOD, OMAP3430_PM_IVAGRPSEL); in omap3_prm_init_pm()
389 omap2_prm_clear_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD, in omap3430_pre_es3_1_reconfigure_io_chain()
391 omap2_prm_set_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD, in omap3430_pre_es3_1_reconfigure_io_chain()
393 omap2_prm_read_mod_reg(WKUP_MOD, PM_WKEN); in omap3430_pre_es3_1_reconfigure_io_chain()
409 omap2_prm_set_mod_reg_bits(OMAP3430_EN_IO_CHAIN_MASK, WKUP_MOD, in omap3_prm_reconfigure_io_chain()
412 omap_test_timeout(omap2_prm_read_mod_reg(WKUP_MOD, PM_WKST) & in omap3_prm_reconfigure_io_chain()
418 omap2_prm_clear_mod_reg_bits(OMAP3430_EN_IO_CHAIN_MASK, WKUP_MOD, in omap3_prm_reconfigure_io_chain()
421 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()
Domap_hwmod_2xxx_ipblock_data.c226 .module_offs = WKUP_MOD,
407 .module_offs = WKUP_MOD,
539 .module_offs = WKUP_MOD,
554 .module_offs = WKUP_MOD,
569 .module_offs = WKUP_MOD,
584 .module_offs = WKUP_MOD,
629 .module_offs = WKUP_MOD,
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()
Dcm3xxx.c431 omap2_cm_read_mod_reg(WKUP_MOD, CM_FCLKEN); in omap3_cm_save_context()
449 omap2_cm_read_mod_reg(WKUP_MOD, CM_ICLKEN); in omap3_cm_save_context()
488 omap2_cm_read_mod_reg(WKUP_MOD, CM_AUTOIDLE); in omap3_cm_save_context()
561 omap2_cm_write_mod_reg(cm_context.wkup_cm_fclken, WKUP_MOD, CM_FCLKEN); in omap3_cm_restore_context()
578 omap2_cm_write_mod_reg(cm_context.wkup_cm_iclken, WKUP_MOD, CM_ICLKEN); in omap3_cm_restore_context()
615 omap2_cm_write_mod_reg(cm_context.wkup_cm_autoidle, WKUP_MOD, in omap3_cm_restore_context()
642 *ptr++ = omap2_cm_read_mod_reg(WKUP_MOD, CM_CLKSEL); in omap3_cm_save_scratchpad_contents()
Dpowerdomains2xxx_3xxx_data.c62 .prcm_offs = WKUP_MOD,
Domap_hwmod_3xxx_data.c160 .module_offs = WKUP_MOD,
325 .module_offs = WKUP_MOD,
377 .module_offs = WKUP_MOD,
726 .module_offs = WKUP_MOD,
1062 .module_offs = WKUP_MOD,
1077 .module_offs = WKUP_MOD,
1097 .module_offs = WKUP_MOD,
1112 .module_offs = WKUP_MOD,
1601 .module_offs = WKUP_MOD,
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()
Dprcm-common.h29 #define WKUP_MOD 0x400 macro