Searched refs:lock_shift (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/arm/allwinner/clkng/
H A Daw_clk_nmm.h44 uint32_t lock_shift; member in struct:aw_clk_nmm_def
H A Daw_clk_np.h43 uint32_t lock_shift; member in struct:aw_clk_np_def
H A Daw_clk_frac.h47 uint32_t lock_shift; member in struct:aw_clk_frac_def
H A Daw_clk_mipi.h45 uint32_t lock_shift; member in struct:aw_clk_mipi_def
H A Daw_clk_nkmp.h47 uint32_t lock_shift; member in struct:aw_clk_nkmp_def
H A Daw_clk_nm.h45 uint32_t lock_shift; member in struct:aw_clk_nm_def
H A Daw_clk_np.c58 uint32_t lock_shift; member in struct:aw_clk_np_sc
187 if ((val & (1 << sc->lock_shift)) != 0)
259 sc->lock_shift = clkdef->lock_shift;
H A Daw_clk_mipi.c64 uint32_t lock_shift; member in struct:aw_clk_mipi_sc
205 if ((val & (1 << sc->lock_shift)) != 0)
289 sc->lock_shift = clkdef->lock_shift;
H A Daw_clk_nmm.c59 uint32_t lock_shift; member in struct:aw_clk_nmm_sc
198 if ((val & (1 << sc->lock_shift)) != 0)
277 sc->lock_shift = clkdef->lock_shift;
H A Daw_clk_nkmp.c61 uint32_t lock_shift; member in struct:aw_clk_nkmp_sc
248 if ((val & (1 << sc->lock_shift)) != 0)
317 if ((val & (1 << sc->lock_shift)) != 0)
407 sc->lock_shift = clkdef->lock_shift;
H A Daw_clk.h232 .lock_shift = _lock, \
274 .lock_shift = _lock, \
315 .lock_shift = _lock, \
346 .lock_shift = _lock_shift, \
439 .lock_shift = _lock, \
468 .lock_shift = _lock, \
555 .lock_shift = _lock_shift, \
H A Daw_clk_frac.c66 uint32_t lock_shift; member in struct:aw_clk_frac_sc
302 if ((val & (1 << sc->lock_shift)) != 0)
391 sc->lock_shift = clkdef->lock_shift;
H A Daw_clk_nm.c60 uint32_t lock_shift; member in struct:aw_clk_nm_sc
254 if ((val & (1 << sc->lock_shift)) != 0)
346 sc->lock_shift = clkdef->lock_shift;

Completed in 176 milliseconds