Home
last modified time | relevance | path

Searched refs:fod_1st_int (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-versaclock7.c135 u32 fod_1st_int; member
613 vc7->clk_fod[idx].fod_1st_int, in vc7_write_fod()
781 u32 fod_1st_int, u64 fod_frac) in vc7_calc_fod_1st_stage_rate() argument
790 divisor = ((u64)fod_1st_int * denom) + numer; in vc7_calc_fod_1st_stage_rate()
794 return div64_u64(parent_rate, fod_1st_int); in vc7_calc_fod_1st_stage_rate()
798 u32 fod_1st_int, u32 fod_2nd_int, u64 fod_frac) in vc7_calc_fod_2nd_stage_rate() argument
843 *fod_1st_int, in vc7_calc_fod_divider()
853 if (*fod_1st_int < VC7_FOD_1ST_INT_MAX && in vc7_calc_fod_divider()
897 fod->fod_1st_int, fod->fod_2nd_int, fod->fod_frac); in vc7_fod_recalc_rate()
918 fod->fod_1st_int, fod->fod_2nd_int, fod->fod_frac); in vc7_fod_round_rate()
[all …]