Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-clps711x.c51 u32 tmp, f_cpu, f_pll, f_bus, f_tim, f_pwm, f_spi; in _clps711x_clk_init() local
74 f_bus = CLPS711X_EXT_FREQ; in _clps711x_clk_init()
81 f_bus = DIV_ROUND_UP(f_cpu, 2); in _clps711x_clk_init()
83 f_bus = 36864000 / 2; in _clps711x_clk_init()
114 clk_register_fixed_rate(NULL, "bus", NULL, CLK_IS_ROOT, f_bus); in _clps711x_clk_init()