Searched refs:pd_bit (Results 1 – 2 of 2) sorted by relevance
54 if (zx_pll->pd_bit < 32) in hw_to_idx()55 hw_cfg0 |= BIT(zx_pll->pd_bit); in hw_to_idx()112 if (zx_pll->pd_bit > 31) in zx_pll_enable()116 writel_relaxed(reg & ~BIT(zx_pll->pd_bit), zx_pll->reg_base); in zx_pll_enable()127 if (zx_pll->pd_bit > 31) in zx_pll_disable()131 writel_relaxed(reg | BIT(zx_pll->pd_bit), zx_pll->reg_base); in zx_pll_disable()141 return !(reg & BIT(zx_pll->pd_bit)); in zx_pll_is_enabled()177 zx_pll->pd_bit = POWER_DOWN; in clk_register_zx_pll()
26 u8 pd_bit; /* power down bit */ member42 .pd_bit = _pd, \