Home
last modified time | relevance | path

Searched refs:i_shift (Results 1 – 11 of 11) sorted by relevance

/src/sys/dev/clk/
H A Dclk_div.c59 uint32_t i_shift; member
129 i_div = (reg >> sc->i_shift) & sc->i_mask; in clknode_div_init()
223 (sc->i_mask << sc->i_shift) | (sc->f_mask << sc->f_shift), in clknode_div_set_freq()
224 (hw_i_div << sc->i_shift) | (f_div << sc->f_shift)); in clknode_div_set_freq()
251 sc->i_shift = clkdef->i_shift; in clknode_div_register()
H A Dclk_div.h43 uint32_t i_shift; /* Pos of div bits in reg */ member
/src/sys/arm/mv/clk/
H A Dperiph.h73 .clk_def.full_dd.div1.i_shift = _div1_shift, \
81 .clk_def.full_dd.div2.i_shift = _div2_shift, \
115 .clk_def.full_d.div.i_shift = _div1_shift, \
148 .clk_def.cpu.div.i_shift = _div1_shift, \
191 .clk_def.mdd.div1.i_shift = _div1_shift, \
199 .clk_def.mdd.div2.i_shift = _div2_shift, \
/src/sys/dev/clk/allwinner/
H A Dccu_a13.c216 .i_shift = 0,
229 .i_shift = 16,
279 .i_shift = 0, .i_width = 2,
323 .i_shift = 8, .i_width = 2,
H A Daw_clk.h581 .i_shift = _i_shift, \
/src/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c86 .i_shift = (s) + 1, \
101 .i_shift = s, \
H A Dtegra210_clk_pll.c173 .i_shift = (s) + 1, \
188 .i_shift = s, \
202 .i_shift = s, \
/src/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c85 .i_shift = (s) + 1, \
100 .i_shift = s, \
/src/sys/arm64/freescale/imx/
H A Dimx_ccm.h219 .i_shift = _shift, \
/src/sys/arm/ti/clk/
H A Dti_divider_clock.c137 sc->div_def.i_shift = value; in ti_divider_attach()
/src/sys/arm64/qoriq/clk/
H A Dls1028a_flexspi_clk.c204 sc->clk_def.i_shift = 0; in ls1028a_flexspi_clk_attach()