Searched refs:lock_bit (Results 1 – 13 of 13) sorted by relevance
/drivers/clk/zte/ |
D | clk.h | 27 u8 lock_bit; /* pll lock flag bit */ member 43 .lock_bit = _lock, \
|
D | clk.c | 51 hw_cfg0 &= ~BIT(zx_pll->lock_bit); in hw_to_idx() 119 reg & BIT(zx_pll->lock_bit), 0, 100); in zx_pll_enable() 176 zx_pll->lock_bit = LOCK_FLAG; in clk_register_zx_pll()
|
/drivers/clk/qcom/ |
D | clk-hfpll.h | 19 u8 lock_bit; member
|
D | clk-hfpll.c | 78 } while (!(val & BIT(hd->lock_bit))); in __clk_hfpll_enable() 214 if (!(status & BIT(hd->lock_bit))) { in clk_hfpll_init()
|
D | hfpll.c | 25 .lock_bit = 16,
|
/drivers/pinctrl/tegra/ |
D | pinctrl-tegra.h | 153 s32 lock_bit:6; member
|
D | pinctrl-tegra194.c | 86 .lock_bit = -1, \
|
D | pinctrl-tegra124.c | 1741 .lock_bit = 7, \ 1760 .lock_bit = -1, \ 1798 .lock_bit = -1, \
|
D | pinctrl-tegra210.c | 1302 .lock_bit = 7, \ 1333 .lock_bit = -1, \
|
D | pinctrl-tegra.c | 365 *bit = g->lock_bit; in tegra_pinconf_reg()
|
D | pinctrl-tegra114.c | 1572 .lock_bit = 7, \ 1591 .lock_bit = -1, \
|
D | pinctrl-tegra30.c | 2133 .lock_bit = 7, \ 2152 .lock_bit = -1, \
|
D | pinctrl-tegra20.c | 1994 .lock_bit = -1, \
|