Searched refs:PMU_CRU_PWR_CON (Results 1 – 2 of 2) sorted by relevance
314 mmio_write_32(PMU_BASE + PMU_CRU_PWR_CON, WRITE_MASK_SET(pmu_cru_pwr_con)); in pvtm_32k_config()316 PMU_CRU_PWR_CON, mmio_read_32(PMU_BASE + PMU_CRU_PWR_CON)); in pvtm_32k_config()325 mmio_write_32(PMU_BASE + PMU_CRU_PWR_CON, WRITE_MASK_SET(pmu_cru_pwr_con)); in pmu_cru_suspendmode_config()327 PMU_CRU_PWR_CON, mmio_read_32(PMU_BASE + PMU_CRU_PWR_CON)); in pmu_cru_suspendmode_config()342 mmio_write_32(PMU_BASE + PMU_CRU_PWR_CON, WRITE_MASK_SET(BIT(ALIVE_OSC_ENA))); in pmu_suspend_cru_fsm()366 mmio_write_32(PMU_BASE + PMU_CRU_PWR_CON, 0xffff0000); in pmu_reinit()
35 #define PMU_CRU_PWR_CON 0x00B0 macro