Lines Matching defs:fcap
632 u32 fcap, dcbias, bcap, pllcr1, pllcr0;
636 /* Read fcap, dcbias and bcap value */
639 fcap = in_be32(&srds_regs->bank[pll_num].pllsr2) &
641 fcap >>= SRDS_PLLSR2_FCAP_SHIFT;
650 debug("values of bcap:%x, fcap:%x and dcbias:%x\n",
651 bcap, fcap, dcbias);
652 if (fcap == 0 && bcap == 1) {
662 /*save the fcap, dcbias and bcap values*/
665 fcap = in_be32(&srds_regs->bank[pll_num].pllsr2)
667 fcap >>= SRDS_PLLSR2_FCAP_SHIFT;
688 /* change the fcap and dcbias to the saved
694 (fcap << SRDS_PLLCR1_PLL_FCAP_SHIFT));
715 /* Change the fcap, dcbias, and bcap to the
722 (fcap << SRDS_PLLCR1_PLL_FCAP_SHIFT));