HB_PLL_DIVQ_SHIFT  104 drivers/clk/clk-highbank.c 	divq = (reg & HB_PLL_DIVQ_MASK) >> HB_PLL_DIVQ_SHIFT;
HB_PLL_DIVQ_SHIFT  162 drivers/clk/clk-highbank.c 		reg |= (divf << HB_PLL_DIVF_SHIFT) | (divq << HB_PLL_DIVQ_SHIFT);
HB_PLL_DIVQ_SHIFT  175 drivers/clk/clk-highbank.c 		reg |= divq << HB_PLL_DIVQ_SHIFT;