Searched refs:tempB (Results 1 – 1 of 1) sorted by relevance
490 u32 temp, tempB; in aty_var_to_pll_1703() local523 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() local645 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()[all …]