Lines Matching refs:tempB
490 u32 temp, tempB; in aty_var_to_pll_1703() local
523 tempB = temp; in aty_var_to_pll_1703()
524 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703()
525 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
527 if ((tempB & 0xffff) <= 127 && (remainder <= preRemainder)) { in aty_var_to_pll_1703()
531 divider = (divider & 0x00ff) + ((tempB & 0xff) << 8); in aty_var_to_pll_1703()
600 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local
645 tempB = twoToKth * 256; in aty_var_to_pll_8398()
646 tempB *= (m + 2); /* 4..32 */ in aty_var_to_pll_8398()
647 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398()
732 u32 temp, tempB; in aty_var_to_pll_408() local
764 tempB = temp; in aty_var_to_pll_408()
765 remainder = tempB % mach64RefFreq; in aty_var_to_pll_408()
766 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()
767 if (((tempB & 0xFFFF) <= 255) && (remainder <= preRemainder)) { in aty_var_to_pll_408()
771 divider = (divider & 0x00FF) + ((tempB & 0xFF) << 8); in aty_var_to_pll_408()