Searched refs:CYCL_24M_CNT_US (Results 1 – 5 of 5) sorted by relevance
20 #define CYCL_24M_CNT_US(us) (24 * (us)) macro21 #define CYCL_24M_CNT_MS(ms) ((ms) * CYCL_24M_CNT_US(1000))
34 #define CYCL_24M_CNT_US(us) (24 * us) macro35 #define CYCL_24M_CNT_MS(ms) (ms * CYCL_24M_CNT_US(1000))
169 #define CYCL_24M_CNT_US(us) (24 * us) macro170 #define CYCL_24M_CNT_MS(ms) (ms * CYCL_24M_CNT_US(1000))
821 mmio_write_32(PMU_BASE + PMU_SCU_L_PWRUP_CNT, CYCL_24M_CNT_US(1)); in init_pmu_counts()830 mmio_write_32(PMU_BASE + PMU_SCU_B_PWRDN_CNT, CYCL_24M_CNT_US(1)); in init_pmu_counts()831 mmio_write_32(PMU_BASE + PMU_SCU_B_PWRUP_CNT, CYCL_24M_CNT_US(1)); in init_pmu_counts()832 mmio_write_32(PMU_BASE + PMU_GPU_PWRDN_CNT, CYCL_24M_CNT_US(1)); in init_pmu_counts()833 mmio_write_32(PMU_BASE + PMU_GPU_PWRUP_CNT, CYCL_24M_CNT_US(1)); in init_pmu_counts()
218 mmio_write_32(PMU_BASE + PMU_PLLRST_CNT, CYCL_24M_CNT_US(100)); in pmu_sleep_mode_config()