Home
last modified time | relevance | path

Searched refs:fixed_div (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/clk/socfpga/
Dclk-periph.c34 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() local
82 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()
Dclk-gate.c109 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() local
215 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()
Dclk.h45 u32 fixed_div; member
55 u32 fixed_div; member
/linux-4.1.27/arch/arm/mach-omap1/
Dclock.h156 u8 fixed_div; member
Dclock.c755 WARN_ON(!clk->fixed_div); in omap_fixed_divisor_recalc()
757 return clk->parent->rate / clk->fixed_div; in omap_fixed_divisor_recalc()
Dclock_data.c193 .fixed_div = 14,
/linux-4.1.27/include/linux/clk/
Dti.h141 u8 fixed_div; member