f_bus              45 drivers/clk/clk-clps711x.c 	u32 tmp, f_cpu, f_pll, f_bus, f_tim, f_pwm, f_spi, fref = 0;
f_bus              71 drivers/clk/clk-clps711x.c 		f_bus = CLPS711X_EXT_FREQ;
f_bus              78 drivers/clk/clk-clps711x.c 			f_bus = DIV_ROUND_UP(f_cpu, 2);
f_bus              80 drivers/clk/clk-clps711x.c 			f_bus = 36864000 / 2;
f_bus             111 drivers/clk/clk-clps711x.c 		clk_hw_register_fixed_rate(NULL, "bus", NULL, 0, f_bus);