Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzv2h-cpg-lib.c37 unsigned long input_fref = limits->input_fref ?: (24 * MEGA); in rzv2h_cpg_get_pll_pars() local
50 u32 fref = input_fref / p.p; in rzv2h_cpg_get_pll_pars()
131 output = mul_u32_u32(p.m * 65536, input_fref); in rzv2h_cpg_get_pll_pars()
133 output += p.k * input_fref; in rzv2h_cpg_get_pll_pars()
H A Dr9a09g077-cpg.c141 .input_fref = 48 * MEGA,
/linux/include/linux/clk/
H A Drenesas.h84 u32 input_fref; member