Searched refs:lock_shift (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/ |
| H A D | clk-regmap-pll.c | 60 u8 lock_shift; member 299 v, v & BIT(pll->lock_shift), 50, 50000); in clk_regmap_pll_prepare() 337 u8 dsmpd_shift, u8 lock_shift, in devm_clk_regmap_register_pll() argument 358 pll->lock_shift = lock_shift; in devm_clk_regmap_register_pll()
|
| H A D | clk-regmap.h | 36 u8 lock_shift; member 49 .lock_shift = _lock_shift, \ 270 u8 dsmpd_shift, u8 lock_shift,
|
| H A D | clk-rk618.c | 288 data->lock_shift, in rk618_clk_register_plls()
|
| H A D | clk-rk628.c | 367 data->lock_shift, in rk628_clk_register_plls()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | clock.h | 62 .lock_shift = _lshift, \ 122 unsigned int lock_shift; member
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_pll.c | 305 while ((timeout > 0) && !(readl(base + pll->con_offset + 0x4) & (1 << pll->lock_shift))) { in rk3036_pll_set_rate() 310 if (!(readl(base + pll->con_offset + 0x4) & (1 << pll->lock_shift))) in rk3036_pll_set_rate()
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-pll.c | 39 unsigned int lock_shift; member 439 val & BIT(pll->lock_shift), 0, 1000); in rockchip_pll_wait_lock() 1628 int lock_shift, int mode_offset, int mode_shift, in rockchip_clk_register_pll() argument 1760 pll->lock_shift = lock_shift; in rockchip_clk_register_pll()
|
| H A D | clk.h | 569 int lock_shift; member 595 .lock_shift = _lshift, \ 604 int lock_shift, int mode_offset, int mode_shift,
|
| H A D | clk.c | 457 list->lock_shift, list->mode_offset, in rockchip_clk_register_plls()
|