Searched refs:pd_bit (Results 1 – 2 of 2) sorted by relevance
57 if (zx_pll->pd_bit < 32) in hw_to_idx()58 hw_cfg0 |= BIT(zx_pll->pd_bit); in hw_to_idx()115 if (zx_pll->pd_bit > 31) in zx_pll_enable()119 writel_relaxed(reg & ~BIT(zx_pll->pd_bit), zx_pll->reg_base); in zx_pll_enable()130 if (zx_pll->pd_bit > 31) in zx_pll_disable()134 writel_relaxed(reg | BIT(zx_pll->pd_bit), zx_pll->reg_base); in zx_pll_disable()144 return !(reg & BIT(zx_pll->pd_bit)); in zx_pll_is_enabled()180 zx_pll->pd_bit = POWER_DOWN; in clk_register_zx_pll()
29 u8 pd_bit; /* power down bit */ member45 .pd_bit = _pd, \