Searched refs:lock_shift (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-k210.c | 293 u8 lock_shift; member 307 u8 lock_shift; member 359 pll->lock_shift = k210_plls_cfg[pllid].lock_shift; in k210_init_pll() 365 u32 reg, mask = GENMASK(pll->lock_shift + pll->lock_width - 1, in k210_pll_wait_for_lock() 366 pll->lock_shift); in k210_pll_wait_for_lock() 373 reg |= BIT(pll->lock_shift + K210_PLL_CLEAR_SLIP); in k210_pll_wait_for_lock()
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk-pll.c | 36 unsigned int lock_shift; member 93 val & BIT(pll->lock_shift), 0, 1000); in rockchip_pll_wait_lock() 1060 int lock_shift, int mode_offset, int mode_shift, in rockchip_clk_register_pll() argument 1185 pll->lock_shift = lock_shift; in rockchip_clk_register_pll()
|
H A D | clk.h | 404 int lock_shift; member 424 .lock_shift = _lshift, \ 433 int lock_shift, int mode_offset, int mode_shift,
|
H A D | clk.c | 418 list->lock_shift, list->mode_offset, in rockchip_clk_register_plls()
|