Lines Matching refs:tempA
492 short divider = 0, tempA; in aty_var_to_pll_1703() local
519 tempA = MIN_N_1703; in aty_var_to_pll_1703()
530 divider |= tempA; in aty_var_to_pll_1703()
535 tempA++; in aty_var_to_pll_1703()
536 } while (tempA <= (MIN_N_1703 << 1)); in aty_var_to_pll_1703()
600 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local
643 tempA = (14.31818 * 65536); in aty_var_to_pll_8398()
644 tempA *= (n + 8); /* 43..256 */ in aty_var_to_pll_8398()
647 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398()
734 short divider = 0, tempA; in aty_var_to_pll_408() local
760 tempA = MIN_N_408; in aty_var_to_pll_408()
770 divider |= tempA; in aty_var_to_pll_408()
774 tempA++; in aty_var_to_pll_408()
775 } while(tempA <= 32); in aty_var_to_pll_408()