Searched refs:fixed_div (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/drivers/clk/socfpga/ |
D | clk-periph.c | 23 if (socfpgaclk->fixed_div) { in clk_periclk_recalc_rate() 24 div = socfpgaclk->fixed_div; in clk_periclk_recalc_rate() 60 u32 fixed_div; in __socfpga_periph_init() local 80 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_periph_init() 82 periph_clk->fixed_div = 0; in __socfpga_periph_init() 84 periph_clk->fixed_div = fixed_div; in __socfpga_periph_init()
|
D | clk-periph-a10.c | 26 if (socfpgaclk->fixed_div) { in clk_periclk_recalc_rate() 27 div = socfpgaclk->fixed_div; in clk_periclk_recalc_rate() 70 u32 fixed_div; in __socfpga_periph_init() local 90 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_periph_init() 92 periph_clk->fixed_div = 0; in __socfpga_periph_init() 94 periph_clk->fixed_div = fixed_div; in __socfpga_periph_init()
|
D | clk-gate-a10.c | 27 if (socfpgaclk->fixed_div) in socfpga_gate_clk_recalc_rate() 28 div = socfpgaclk->fixed_div; in socfpga_gate_clk_recalc_rate() 100 u32 fixed_div; in __socfpga_gate_init() local 124 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_gate_init() 126 socfpga_clk->fixed_div = 0; in __socfpga_gate_init() 128 socfpga_clk->fixed_div = fixed_div; in __socfpga_gate_init()
|
D | clk-gate.c | 96 if (socfpgaclk->fixed_div) in socfpga_clk_recalc_rate() 97 div = socfpgaclk->fixed_div; in socfpga_clk_recalc_rate() 176 u32 fixed_div; in socfpga_gate_init() local 205 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in socfpga_gate_init() 207 socfpga_clk->fixed_div = 0; in socfpga_gate_init() 209 socfpga_clk->fixed_div = fixed_div; in socfpga_gate_init()
|
D | clk-gate-s10.c | 20 if (socfpgaclk->fixed_div) { in socfpga_gate_clk_recalc_rate() 21 div = socfpgaclk->fixed_div; in socfpga_gate_clk_recalc_rate() 85 socfpga_clk->fixed_div = clks->fixed_div; in s10_register_gate()
|
D | clk.h | 46 u32 fixed_div; member 59 u32 fixed_div; member
|
D | clk-periph-s10.c | 38 if (socfpgaclk->fixed_div) { in clk_peri_cnt_clk_recalc_rate() 39 div = socfpgaclk->fixed_div; in clk_peri_cnt_clk_recalc_rate() 133 periph_clk->fixed_div = clks->fixed_divider; in s10_register_cnt_periph()
|
D | stratix10-clk.h | 60 u8 fixed_div; member
|
/Linux-v5.10/drivers/clk/renesas/ |
D | rcar-gen3-cpg.c | 98 unsigned int fixed_div; member 114 32 * zclk->fixed_div); in cpg_z_clk_recalc_rate() 124 prate = req->best_parent_rate / zclk->fixed_div; in cpg_z_clk_determine_rate() 144 mult = DIV64_U64_ROUND_CLOSEST(rate * 32ULL * zclk->fixed_div, in cpg_z_clk_set_rate() 209 zclk->fixed_div = div; /* PLLVCO x 1/div x SYS-CPU divider */ in cpg_z_clk_register()
|
/Linux-v5.10/drivers/clk/qcom/ |
D | gcc-ipq4019.c | 72 u32 fixed_div; member 1389 if (pll->fixed_div) { in clk_regmap_clk_div_recalc_rate() 1390 pre_div = pll->fixed_div; in clk_regmap_clk_div_recalc_rate() 1412 .fixed_div = 28, 1427 .fixed_div = 32, 1442 .fixed_div = 32, 1457 .fixed_div = 20, 1472 .fixed_div = 8,
|
/Linux-v5.10/arch/arm/mach-omap1/ |
D | clock.h | 153 u8 fixed_div; member
|
D | clock.c | 732 WARN_ON(!clk->fixed_div); in omap_fixed_divisor_recalc() 734 return clk->parent->rate / clk->fixed_div; in omap_fixed_divisor_recalc()
|
D | clock_data.c | 190 .fixed_div = 14,
|
/Linux-v5.10/include/linux/clk/ |
D | ti.h | 153 u8 fixed_div; member
|