Searched refs:r_cgc_clockhz_calculate (Results 1 – 1 of 1) sorted by relevance
115 static uint32_t r_cgc_clockhz_calculate (cgc_clock_t source_clock, cgc_sys_clock_div_t divider);518 …uint32_t requested_frequency_hz = r_cgc_clockhz_calculate(CGC_CLOCK_PLL, current_clock_cfg1.iclk_d… in R_CGC_ClockStart()674 args.requested_freq_hz = r_cgc_clockhz_calculate(clock_source, p_clock_cfg->iclk_div); in R_CGC_SystemClockSet()2442 static uint32_t r_cgc_clockhz_calculate (cgc_clock_t source_clock, cgc_sys_clock_div_t divider) in r_cgc_clockhz_calculate() function