Home
last modified time | relevance | path

Searched refs:tempB (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/aty/
Dmach64_gx.c490 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()
[all …]