Searched refs:fhz (Results 1 – 2 of 2) sorted by relevance
76 uint32_t fhz = MEC_PCR_PLL_FREQ_HZ; in mec_hal_pcr_cpu_max_freq() local79 fhz = MEC_PCR_PLL_FAST_FREQ_HZ; in mec_hal_pcr_cpu_max_freq()82 uint32_t fhz = MEC_PCR_PLL_FAST_FREQ_HZ; in mec_hal_pcr_cpu_max_freq()85 fhz = MEC_PCR_PLL_FREQ_HZ; in mec_hal_pcr_cpu_max_freq()89 return fhz; in mec_hal_pcr_cpu_max_freq()138 int mec_hal_pcr_cpu_clk_speed_set(uint32_t fhz) in mec_hal_pcr_cpu_clk_speed_set() argument142 if (fhz == 0) { in mec_hal_pcr_cpu_clk_speed_set()147 fdiv = max_freq / fhz; in mec_hal_pcr_cpu_clk_speed_set()
143 int mec_hal_pcr_cpu_clk_speed_set(uint32_t fhz);