f_cpu 45 drivers/clk/clk-clps711x.c u32 tmp, f_cpu, f_pll, f_bus, f_tim, f_pwm, f_spi, fref = 0; f_cpu 70 drivers/clk/clk-clps711x.c f_cpu = CLPS711X_EXT_FREQ; f_cpu 76 drivers/clk/clk-clps711x.c f_cpu = f_pll; f_cpu 77 drivers/clk/clk-clps711x.c if (f_cpu > 36864000) f_cpu 78 drivers/clk/clk-clps711x.c f_bus = DIV_ROUND_UP(f_cpu, 2); f_cpu 81 drivers/clk/clk-clps711x.c f_spi = DIV_ROUND_CLOSEST(f_cpu, 576); f_cpu 82 drivers/clk/clk-clps711x.c f_pwm = DIV_ROUND_CLOSEST(f_cpu, 768); f_cpu 91 drivers/clk/clk-clps711x.c f_tim = DIV_ROUND_CLOSEST(f_cpu, 144); f_cpu 109 drivers/clk/clk-clps711x.c clk_hw_register_fixed_rate(NULL, "cpu", NULL, 0, f_cpu);