Searched refs:clk_hal_soc_root_get_freq_mhz (Results 1 – 8 of 8) sorted by relevance
15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function36 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()42 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_ahb_get_divider(); in clk_hal_ahb_get_freq_hz()
15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function35 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / divider; in clk_hal_cpu_get_freq_hz()42 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / divider; in clk_hal_ahb_get_freq_hz()
15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function38 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function46 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function49 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
14 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function56 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
24 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src);