Searched refs:lock_shift (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/clk/rockchip/ |
D | clk-pll.c | 36 unsigned int lock_shift; member 93 val & BIT(pll->lock_shift), 0, 1000); in rockchip_pll_wait_lock() 853 int lock_shift, int mode_offset, int mode_shift, in rockchip_clk_register_pll() argument 969 pll->lock_shift = lock_shift; in rockchip_clk_register_pll()
|
D | clk.h | 287 int lock_shift; member 307 .lock_shift = _lshift, \ 316 int lock_shift, int mode_offset, int mode_shift,
|
D | clk.c | 427 list->lock_shift, list->mode_offset, in rockchip_clk_register_plls()
|