Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Dprm3xxx.c305 WKUP_MOD, PM_WKEN); in omap3_prm_init_pm()
310 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.c77 omap_prm_clear_mod_irqs(WKUP_MOD, PM_WKST, ~0); in omap2_enter_full_retention()
104 omap_prm_clear_mod_irqs(WKUP_MOD, PM_WKST, 0x4 | 0x1); in omap2_enter_full_retention()
139 omap_prm_clear_mod_irqs(WKUP_MOD, PM_WKST, ~0); in omap2_enter_mpu_retention()
239 WKUP_MOD, PM_WKEN); in prcm_setup_regs()
Dprm2xxx.c60 v = omap2_prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTST); in omap2xxx_prm_read_reset_sources()
108 omap2_prm_set_mod_reg_bits(OMAP_RST_DPLL3_MASK, WKUP_MOD, in omap2xxx_prm_dpll_reset()
111 omap2_prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTCTRL); in omap2xxx_prm_dpll_reset()
Domap_hwmod_2xxx_ipblock_data.c355 .module_offs = WKUP_MOD,
487 .module_offs = WKUP_MOD,
502 .module_offs = WKUP_MOD,
517 .module_offs = WKUP_MOD,
532 .module_offs = WKUP_MOD,
Dcm3xxx.c428 omap2_cm_read_mod_reg(WKUP_MOD, CM_FCLKEN); in omap3_cm_save_context()
446 omap2_cm_read_mod_reg(WKUP_MOD, CM_ICLKEN); in omap3_cm_save_context()
485 omap2_cm_read_mod_reg(WKUP_MOD, CM_AUTOIDLE); in omap3_cm_save_context()
558 omap2_cm_write_mod_reg(cm_context.wkup_cm_fclken, WKUP_MOD, CM_FCLKEN); in omap3_cm_restore_context()
575 omap2_cm_write_mod_reg(cm_context.wkup_cm_iclken, WKUP_MOD, CM_ICLKEN); in omap3_cm_restore_context()
612 omap2_cm_write_mod_reg(cm_context.wkup_cm_autoidle, WKUP_MOD, in omap3_cm_restore_context()
639 *ptr++ = omap2_cm_read_mod_reg(WKUP_MOD, CM_CLKSEL); in omap3_cm_save_scratchpad_contents()
Dpowerdomains2xxx_3xxx_data.c59 .prcm_offs = WKUP_MOD,
Dpm34xx.c129 c = omap_prm_clear_mod_irqs(WKUP_MOD, 1, OMAP3430_ST_IO_MASK | in _prcm_int_handle_io()
144 c = omap_prm_clear_mod_irqs(WKUP_MOD, 1, ~(OMAP3430_ST_IO_MASK | in _prcm_int_handle_wakeup()
Domap_hwmod_3xxx_data.c328 .module_offs = WKUP_MOD,
675 .module_offs = WKUP_MOD,
968 .module_offs = WKUP_MOD,
983 .module_offs = WKUP_MOD,
1003 .module_offs = WKUP_MOD,
1018 .module_offs = WKUP_MOD,
Dprcm-common.h26 #define WKUP_MOD 0x400 macro