Lines Matching refs:PMC

346         PMC->DCDC0 = dcdcTrimValue0 >> 1;  in lf_set_dcdc_power_profile_low()
347 PMC->DCDC1 = dcdcTrimValue1; in lf_set_dcdc_power_profile_low()
373PMC->REFFASTWKUP = (PMC->REFFASTWKUP & (~PMC_REFFASTWKUP_LPWKUP_MASK) & (~PMC_REFFASTWKUP_HWWKUP_M… in POWER_EnterLowPower()
377 PMC->SRAMCTRL = (PMC->SRAMCTRL & (~PMC_SRAMCTRL_SMB_MASK)) | PMC_SRAMCTRL_SMB(3); in POWER_EnterLowPower()
394 PMC->MISCCTRL &= (~PMC_MISCCTRL_LOWPWR_FLASH_BUF_MASK) & (~PMC_MISCCTRL_DISABLE_BLEED_MASK) & in POWER_EnterLowPower()
481 pmc_reset_ctrl = PMC->RESETCTRL; in POWER_EnterDeepSleep()
589 pmc_reset_ctrl = PMC->RESETCTRL; in POWER_EnterPowerDown()
591 PMC->RESETCTRL = in POWER_EnterPowerDown()
605 PMC->RESETCTRL = pmc_reset_ctrl; in POWER_EnterPowerDown()
696 pmc_reset_ctrl = PMC->RESETCTRL; in POWER_EnterDeepPowerDown()
698 PMC->RESETCTRL = in POWER_EnterDeepPowerDown()
711 PMC->RESETCTRL = pmc_reset_ctrl; in POWER_EnterDeepPowerDown()
748PMC->MISCCTRL |= PMC_MISCCTRL_LOWPWR_FLASH_BUF_MASK; /* Force flash buffer in low power mode */ in lf_get_deepsleep_core_supply_cfg()
1051 PMC->MISCCTRL = (PMC->MISCCTRL & 0xFFFFF0FFUL) | misc_ctrl_reg; in lf_wakeup_io_ctrl()
1052 PMC->WAKEUPIOCTRL = p_wakeup_io_ctrl & 0xFFFUL; in lf_wakeup_io_ctrl()
1177PMC->LDOPMU = (PMC->LDOPMU & (~PMC_LDOPMU_VADJ_MASK) & (~PMC_LDOPMU_VADJ_BOOST_MASK)) | PMC_LDOPMU… in lowpower_set_system_voltage()
1181 PMC->DCDC0 = (PMC->DCDC0 & (~PMC_DCDC0_VOUT_MASK)) | PMC_DCDC0_VOUT(lv_dcdc); in lowpower_set_system_voltage()
1216 PMC->DCDC0 = dcdcTrimValue0; in lowpower_set_dcdc_power_profile()
1217 PMC->DCDC1 = dcdcTrimValue1; in lowpower_set_dcdc_power_profile()
1236 PMC->DCDC0 = dcdcTrimValue0; in lowpower_set_dcdc_power_profile()
1237 PMC->DCDC1 = dcdcTrimValue1; in lowpower_set_dcdc_power_profile()
1256 PMC->DCDC0 = dcdcTrimValue0; in lowpower_set_dcdc_power_profile()
1257 PMC->DCDC1 = dcdcTrimValue1; in lowpower_set_dcdc_power_profile()
1269 PMC->DCDC0 = PMC_DCDC0_DEFAULT; in lowpower_set_dcdc_power_profile()
1270 PMC->DCDC1 = PMC_DCDC1_DEFAULT; in lowpower_set_dcdc_power_profile()
1597 u32RegVal = PMC->XTAL32K; in POWER_Xtal32khzCapabankTrim()
1605 PMC->XTAL32K = u32RegVal; in POWER_Xtal32khzCapabankTrim()
1639 PMC->PDRUNCFGCLR0 = PMC_PDRUNCFG0_PDEN_LDOXO32M_MASK; in POWER_SetXtal16mhzLdo()
1669 reset_cause_reg = (PMC->AOREG1) & 0x3FF0UL; in POWER_GetWakeUpCause()
1671 reset_cause_reg = (PMC->AOREG1) & 0x1FF0UL; in POWER_GetWakeUpCause()
1705 … boot_mode_reg = (PMC->STATUS & PMC_STATUS_BOOTMODE_MASK) >> PMC_STATUS_BOOTMODE_SHIFT; in POWER_GetWakeUpCause()
1750PMC->WAKEUPIOCTRL = PMC->WAKEUPIOCTRL & (~PMC_WAKEUPIOCTRL_WAKEUPIO_ENABLE_CTRL_MASK); in POWER_GetWakeUpCause()
1758 *p_wakeupio_cause = PMC->WAKEIOCAUSE; in POWER_GetWakeUpCause()
1800PMC->WAKEUPIOCTRL = PMC->WAKEUPIOCTRL & (~PMC_WAKEUPIOCTRL_WAKEUPIO_ENABLE_CTRL_MASK); in POWER_GetWakeUpCause()