Lines Matching refs:tempB
502 u32 temp, tempB; in aty_var_to_pll_1703() local
535 tempB = temp; in aty_var_to_pll_1703()
536 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703()
537 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
539 if ((tempB & 0xffff) <= 127 in aty_var_to_pll_1703()
546 ((tempB & 0xff) << 8); in aty_var_to_pll_1703()
614 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local
654 tempB = twoToKth * 256; in aty_var_to_pll_8398()
655 tempB *= (m + 2); /* 4..32 */ in aty_var_to_pll_8398()
656 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398()
741 u32 temp, tempB; in aty_var_to_pll_408() local
773 tempB = temp; in aty_var_to_pll_408()
774 remainder = tempB % mach64RefFreq; in aty_var_to_pll_408()
775 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()
776 if (((tempB & 0xFFFF) <= 255) in aty_var_to_pll_408()
783 ((tempB & 0xFF) << 8); in aty_var_to_pll_408()