Searched refs:f_bus (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-clps711x.c | 47 u32 tmp, f_cpu, f_pll, f_bus, f_tim, f_pwm, f_spi, fref = 0; in clps711x_clk_init_dt() local 73 f_bus = CLPS711X_EXT_FREQ; in clps711x_clk_init_dt() 80 f_bus = DIV_ROUND_UP(f_cpu, 2); in clps711x_clk_init_dt() 82 f_bus = 36864000 / 2; in clps711x_clk_init_dt() 113 clk_hw_register_fixed_rate(NULL, "bus", NULL, 0, f_bus); in clps711x_clk_init_dt()
|