Searched refs:CYCL_24M_CNT_MS (Results 1 – 5 of 5) sorted by relevance
21 #define CYCL_24M_CNT_MS(ms) ((ms) * CYCL_24M_CNT_US(1000)) macro
35 #define CYCL_24M_CNT_MS(ms) (ms * CYCL_24M_CNT_US(1000)) macro
217 mmio_write_32(PMU_BASE + PMU_PLLLOCK_CNT, CYCL_24M_CNT_MS(2)); in pmu_sleep_mode_config()219 mmio_write_32(PMU_BASE + PMU_STABLE_CNT, CYCL_24M_CNT_MS(2)); in pmu_sleep_mode_config()
170 #define CYCL_24M_CNT_MS(ms) (ms * CYCL_24M_CNT_US(1000)) macro
806 mmio_write_32(PMU_BASE + PMU_PLLLOCK_CNT, CYCL_24M_CNT_MS(3)); in init_pmu_counts()807 mmio_write_32(PMU_BASE + PMU_DDRIO_PWRON_CNT, CYCL_24M_CNT_MS(1)); in init_pmu_counts()808 mmio_write_32(PMU_BASE + PMU_CENTER_PWRDN_CNT, CYCL_24M_CNT_MS(1)); in init_pmu_counts()809 mmio_write_32(PMU_BASE + PMU_CENTER_PWRUP_CNT, CYCL_24M_CNT_MS(1)); in init_pmu_counts()820 mmio_write_32(PMU_BASE + PMU_SCU_L_PWRDN_CNT, CYCL_24M_CNT_MS(5)); in init_pmu_counts()
Completed in 11 milliseconds