Home
last modified time | relevance | path

Searched refs:gate_shift (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/dev/clk/allwinner/
H A Dccu_a13.c163 .gate_shift = 31,
184 .gate_shift = 31,
203 .gate_shift = 31,
245 .gate_shift = 31,
358 .gate_shift = 31,
374 .gate_shift = 31,
390 .gate_shift = 31,
406 .gate_shift = 31,
422 .gate_shift = 31,
438 .gate_shift = 31,
[all …]
H A Daw_clk_mipi.c58 uint32_t gate_shift; member
98 val |= (1 << sc->gate_shift); in aw_clk_mipi_set_gate()
102 val &= ~(1 << sc->gate_shift); in aw_clk_mipi_set_gate()
174 val &= ~(1 << sc->gate_shift); in aw_clk_mipi_set_freq()
191 val |= 1 << sc->gate_shift; in aw_clk_mipi_set_freq()
279 sc->gate_shift = clkdef->gate_shift; in aw_clk_mipi_register()
H A Daw_clk_np.c52 uint32_t gate_shift; member
90 val |= (1 << sc->gate_shift); in aw_clk_np_set_gate()
92 val &= ~(1 << sc->gate_shift); in aw_clk_np_set_gate()
249 sc->gate_shift = clkdef->gate_shift; in aw_clk_np_register()
H A Daw_clk_m.c54 uint32_t gate_shift; member
103 val |= (1 << sc->gate_shift); in aw_clk_m_set_gate()
105 val &= ~(1 << sc->gate_shift); in aw_clk_m_set_gate()
277 sc->gate_shift = clkdef->gate_shift; in aw_clk_m_register()
H A Daw_clk_frac.c60 uint32_t gate_shift; member
113 val |= (1 << sc->gate_shift); in aw_clk_frac_set_gate()
115 val &= ~(1 << sc->gate_shift); in aw_clk_frac_set_gate()
266 val &= ~(1 << sc->gate_shift); in aw_clk_frac_set_freq()
291 val |= 1 << sc->gate_shift; in aw_clk_frac_set_freq()
384 sc->gate_shift = clkdef->gate_shift; in aw_clk_frac_register()
H A Daw_clk.h228 .gate_shift = _gate, \
270 .gate_shift = _gate, \
311 .gate_shift = _gate, \
342 .gate_shift = _gate_shift, \
374 .gate_shift = _gate_shift, \
403 .gate_shift = _gate_shift, \
435 .gate_shift = _gate_shift, \
464 .gate_shift = _gate_shift, \
551 .gate_shift = _gate_shift, \
H A Daw_clk_nmm.c53 uint32_t gate_shift; member
91 val |= (1 << sc->gate_shift); in aw_clk_nmm_set_gate()
93 val &= ~(1 << sc->gate_shift); in aw_clk_nmm_set_gate()
267 sc->gate_shift = clkdef->gate_shift; in aw_clk_nmm_register()
H A Daw_clk_nm.c53 uint32_t gate_shift; member
104 val |= (1 << sc->gate_shift); in aw_clk_nm_set_gate()
106 val &= ~(1 << sc->gate_shift); in aw_clk_nm_set_gate()
342 sc->gate_shift = clkdef->gate_shift; in aw_clk_nm_register()
H A Daw_clk_nkmp.c54 uint32_t gate_shift; member
108 val |= (1 << sc->gate_shift); in aw_clk_nkmp_set_gate()
110 val &= ~(1 << sc->gate_shift); in aw_clk_nkmp_set_gate()
398 sc->gate_shift = clkdef->gate_shift; in aw_clk_nkmp_register()
H A Daw_clk_m.h39 uint32_t gate_shift; member
H A Daw_clk_np.h40 uint32_t gate_shift; member
H A Daw_clk_nmm.h41 uint32_t gate_shift; member
H A Daw_clk_mipi.h42 uint32_t gate_shift; member
H A Daw_clk_nm.h41 uint32_t gate_shift; member
H A Daw_clk_frac.h44 uint32_t gate_shift; member
H A Daw_clk_nkmp.h44 uint32_t gate_shift; member
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_fract.c63 uint32_t gate_shift; member
172 val |= 1 << sc->gate_shift; in rk_clk_fract_set_gate()
173 val |= (1 << sc->gate_shift) << RK_CLK_FRACT_MASK_SHIFT; in rk_clk_fract_set_gate()
273 sc->gate_shift = clkdef->gate_shift; in rk_clk_fract_register()
H A Drk_clk_pll.c42 uint32_t gate_shift; member
84 val |= 1 << sc->gate_shift; in rk_clk_pll_set_gate()
85 dprintf("sc->gate_shift: %x\n", sc->gate_shift); in rk_clk_pll_set_gate()
86 val |= (1 << sc->gate_shift) << RK_CLK_PLL_MASK_SHIFT; in rk_clk_pll_set_gate()
326 sc->gate_shift = clkdef->gate_shift; in rk3066_clk_pll_register()
528 sc->gate_shift = clkdef->gate_shift; in rk3328_clk_pll_register()
766 sc->gate_shift = clkdef->gate_shift; in rk3399_clk_pll_register()
H A Drk_clk_fract.h37 uint32_t gate_shift; member
H A Drk_clk_pll.h49 uint32_t gate_shift; member
H A Drk3328_cru.c675 .gate_shift = 0,
691 .gate_shift = 1,
719 .gate_shift = 2,
735 .gate_shift = 12,
H A Drk_clk_armclk.c49 uint32_t gate_shift; member