Searched refs:fixed_div (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/clk/socfpga/ |
D | clk-periph.c | 33 if (socfpgaclk->fixed_div) { in clk_periclk_recalc_rate() 34 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-periph-a10.c | 37 if (socfpgaclk->fixed_div) { in clk_periclk_recalc_rate() 38 div = socfpgaclk->fixed_div; in clk_periclk_recalc_rate() 80 u32 fixed_div; in __socfpga_periph_init() local 100 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_periph_init() 102 periph_clk->fixed_div = 0; in __socfpga_periph_init() 104 periph_clk->fixed_div = fixed_div; in __socfpga_periph_init()
|
D | clk-gate-a10.c | 38 if (socfpgaclk->fixed_div) in socfpga_gate_clk_recalc_rate() 39 div = socfpgaclk->fixed_div; in socfpga_gate_clk_recalc_rate() 111 u32 fixed_div; in __socfpga_gate_init() local 135 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_gate_init() 137 socfpga_clk->fixed_div = 0; in __socfpga_gate_init() 139 socfpga_clk->fixed_div = fixed_div; in __socfpga_gate_init()
|
D | clk-gate.c | 104 if (socfpgaclk->fixed_div) in socfpga_clk_recalc_rate() 105 div = socfpgaclk->fixed_div; in socfpga_clk_recalc_rate() 185 u32 fixed_div; in __socfpga_gate_init() local 209 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_gate_init() 211 socfpga_clk->fixed_div = 0; in __socfpga_gate_init() 213 socfpga_clk->fixed_div = fixed_div; in __socfpga_gate_init()
|
D | clk-gate-s10.c | 19 if (socfpgaclk->fixed_div) { in socfpga_gate_clk_recalc_rate() 20 div = socfpgaclk->fixed_div; in socfpga_gate_clk_recalc_rate() 74 u8 fixed_div) in s10_register_gate() argument 90 socfpga_clk->fixed_div = fixed_div; in s10_register_gate()
|
D | clk.h | 55 u32 fixed_div; member 68 u32 fixed_div; member
|
D | clk-periph-s10.c | 37 if (socfpgaclk->fixed_div) { in clk_peri_cnt_clk_recalc_rate() 38 div = socfpgaclk->fixed_div; in clk_peri_cnt_clk_recalc_rate() 132 periph_clk->fixed_div = fixed_divider; in s10_register_cnt_periph()
|
D | stratix10-clk.h | 60 u8 fixed_div; member
|
D | clk-s10.c | 233 clks[i].fixed_div); in s10_clk_register_gate()
|
/Linux-v4.19/drivers/clk/qcom/ |
D | gcc-ipq4019.c | 80 u32 fixed_div; member 1397 if (pll->fixed_div) { in clk_regmap_clk_div_recalc_rate() 1398 pre_div = pll->fixed_div; in clk_regmap_clk_div_recalc_rate() 1420 .fixed_div = 28, 1435 .fixed_div = 32, 1450 .fixed_div = 32, 1465 .fixed_div = 20, 1480 .fixed_div = 8,
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | clock.h | 156 u8 fixed_div; member
|
D | clock.c | 735 WARN_ON(!clk->fixed_div); in omap_fixed_divisor_recalc() 737 return clk->parent->rate / clk->fixed_div; in omap_fixed_divisor_recalc()
|
D | clock_data.c | 193 .fixed_div = 14,
|
/Linux-v4.19/include/linux/clk/ |
D | ti.h | 153 u8 fixed_div; member
|