Searched refs:fixed_div (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/clk/socfpga/ |
| H A 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() 47 u32 fixed_div; in __socfpga_gate_init() local 71 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_gate_init() 73 socfpga_clk->fixed_div = 0; in __socfpga_gate_init() 75 socfpga_clk->fixed_div = fixed_div; in __socfpga_gate_init()
|
| H A 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()
|
| H A 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()
|
| H A D | clk-gate.c | 94 if (socfpgaclk->fixed_div) in socfpga_clk_get_div() 95 div = socfpgaclk->fixed_div; in socfpga_clk_get_div() 141 u32 fixed_div; in socfpga_gate_init() local 170 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in socfpga_gate_init() 172 socfpga_clk->fixed_div = 0; in socfpga_gate_init() 174 socfpga_clk->fixed_div = fixed_div; in socfpga_gate_init()
|
| H A D | clk-gate-s10.c | 27 if (socfpgaclk->fixed_div) { in socfpga_gate_clk_recalc_rate() 28 div = socfpgaclk->fixed_div; in socfpga_gate_clk_recalc_rate() 145 socfpga_clk->fixed_div = clks->fixed_div; in s10_register_gate() 203 socfpga_clk->fixed_div = clks->fixed_div; in agilex_register_gate() 260 socfpga_clk->fixed_div = clks->fixed_div; in agilex5_register_gate()
|
| H A D | clk.h | 46 u32 fixed_div; member 58 u32 fixed_div; member
|
| H A D | clk-periph-s10.c | 53 if (socfpgaclk->fixed_div) { in clk_peri_cnt_clk_recalc_rate() 54 div = socfpgaclk->fixed_div; in clk_peri_cnt_clk_recalc_rate() 196 periph_clk->fixed_div = clks->fixed_divider; in s10_register_cnt_periph() 241 periph_clk->fixed_div = clks->fixed_divider; in agilex5_register_cnt_periph()
|
| H A D | stratix10-clk.h | 73 u8 fixed_div; member 110 u8 fixed_div; member
|
| /linux/drivers/clk/renesas/ |
| H A D | rcar-gen3-cpg.c | 167 unsigned int fixed_div; member 180 32 * zclk->fixed_div); in cpg_z_clk_recalc_rate() 199 prate * zclk->fixed_div); in cpg_z_clk_determine_rate() 201 prate = req->best_parent_rate / zclk->fixed_div; in cpg_z_clk_determine_rate() 221 mult = DIV64_U64_ROUND_CLOSEST(rate * 32ULL * zclk->fixed_div, in cpg_z_clk_set_rate() 288 zclk->fixed_div = div; /* PLLVCO x 1/div x SYS-CPU divider */ in __cpg_z_clk_register() 297 zclk->fixed_div; in __cpg_z_clk_register()
|
| H A D | rcar-gen4-cpg.c | 272 unsigned int fixed_div; member 285 32 * zclk->fixed_div); in cpg_z_clk_recalc_rate() 304 prate * zclk->fixed_div); in cpg_z_clk_determine_rate() 306 prate = req->best_parent_rate / zclk->fixed_div; in cpg_z_clk_determine_rate() 326 mult = DIV64_U64_ROUND_CLOSEST(rate * 32ULL * zclk->fixed_div, in cpg_z_clk_set_rate() 401 zclk->fixed_div = div; /* PLLVCO x 1/div x SYS-CPU divider */ in cpg_z_clk_register() 410 zclk->fixed_div; in cpg_z_clk_register()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | clock.h | 89 u8 fixed_div; member
|
| H A D | clock_data.c | 182 .fixed_div = 14,
|
| /linux/include/linux/clk/ |
| H A D | ti.h | 170 u8 fixed_div; member
|