Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/imgtec/
Dclk-boston.c37 unsigned long in_freq, cpu_freq, sys_freq; in clk_boston_setup() local
56 in_freq = ext_field(mmcmdiv, BOSTON_PLAT_MMCMDIV_INPUT) * 1000000; in clk_boston_setup()
60 sys_freq = mult_frac(in_freq, mul, sys_div); in clk_boston_setup()
63 cpu_freq = mult_frac(in_freq, mul, cpu_div); in clk_boston_setup()
73 hw = clk_hw_register_fixed_rate(NULL, "input", NULL, 0, in_freq); in clk_boston_setup()