Searched refs:fixed_div (Results 1 – 9 of 9) sorted by relevance
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() local90 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()
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() local100 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()
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() local136 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_gate_init()138 socfpga_clk->fixed_div = 0; in __socfpga_gate_init()140 socfpga_clk->fixed_div = fixed_div; in __socfpga_gate_init()
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() local209 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()
52 u32 fixed_div; member63 u32 fixed_div; member
141 u8 fixed_div; member
156 u8 fixed_div; member
755 WARN_ON(!clk->fixed_div); in omap_fixed_divisor_recalc()757 return clk->parent->rate / clk->fixed_div; in omap_fixed_divisor_recalc()
193 .fixed_div = 14,