Searched refs:fixed_div (Results 1 – 7 of 7) sorted by relevance
34 if (socfpgaclk->fixed_div) { in clk_periclk_recalc_rate()35 div = socfpgaclk->fixed_div; in clk_periclk_recalc_rate()62 u32 fixed_div; in __socfpga_periph_init() local82 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_periph_init()84 periph_clk->fixed_div = 0; in __socfpga_periph_init()86 periph_clk->fixed_div = fixed_div; in __socfpga_periph_init()
109 if (socfpgaclk->fixed_div) in socfpga_clk_recalc_rate()110 div = socfpgaclk->fixed_div; in socfpga_clk_recalc_rate()190 u32 fixed_div; in __socfpga_gate_init() local215 rc = of_property_read_u32(node, "fixed-divider", &fixed_div); in __socfpga_gate_init()217 socfpga_clk->fixed_div = 0; in __socfpga_gate_init()219 socfpga_clk->fixed_div = fixed_div; in __socfpga_gate_init()
45 u32 fixed_div; member55 u32 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,
141 u8 fixed_div; member