Lines Matching refs:tempB
503 u32 temp, tempB; in aty_var_to_pll_1703() local
536 tempB = temp; in aty_var_to_pll_1703()
537 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703()
538 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
540 if ((tempB & 0xffff) <= 127 in aty_var_to_pll_1703()
547 ((tempB & 0xff) << 8); in aty_var_to_pll_1703()
615 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local
656 tempB = twoToKth * 256; in aty_var_to_pll_8398()
657 tempB *= (m + 2); /* 4..32 */ in aty_var_to_pll_8398()
658 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398()
743 u32 temp, tempB; in aty_var_to_pll_408() local
775 tempB = temp; in aty_var_to_pll_408()
776 remainder = tempB % mach64RefFreq; in aty_var_to_pll_408()
777 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()
778 if (((tempB & 0xFFFF) <= 255) in aty_var_to_pll_408()
785 ((tempB & 0xFF) << 8); in aty_var_to_pll_408()