Loading drivers/clk/msm/clock-alpha-pll.c +1 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,7 @@ static void alpha_pll_disable_hwfsm(struct clk *c) /* Disable HW FSM */ mode = readl_relaxed(MODE_REG(pll)); mode &= ~PLL_FSM_ENA_BIT; mode &= ~PLL_OFFLINE_REQ_BIT; writel_relaxed(mode, MODE_REG(pll)); while (readl_relaxed(MODE_REG(pll)) & PLL_ACTIVE_FLAG) Loading Loading
drivers/clk/msm/clock-alpha-pll.c +1 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,7 @@ static void alpha_pll_disable_hwfsm(struct clk *c) /* Disable HW FSM */ mode = readl_relaxed(MODE_REG(pll)); mode &= ~PLL_FSM_ENA_BIT; mode &= ~PLL_OFFLINE_REQ_BIT; writel_relaxed(mode, MODE_REG(pll)); while (readl_relaxed(MODE_REG(pll)) & PLL_ACTIVE_FLAG) Loading