Lines Matching refs:tempA
506 short divider = 0, tempA; in aty_var_to_pll_1703() local
533 tempA = MIN_N_1703; in aty_var_to_pll_1703()
545 divider |= tempA; in aty_var_to_pll_1703()
552 tempA++; in aty_var_to_pll_1703()
553 } while (tempA <= (MIN_N_1703 << 1)); in aty_var_to_pll_1703()
616 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local
655 tempA = 938356; /* 14.31818 * 65536 */ in aty_var_to_pll_8398()
656 tempA *= (n + 8); /* 43..256 */ in aty_var_to_pll_8398()
659 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398()
746 short divider = 0, tempA; in aty_var_to_pll_408() local
772 tempA = MIN_N_408; in aty_var_to_pll_408()
783 divider |= tempA; in aty_var_to_pll_408()
789 tempA++; in aty_var_to_pll_408()
790 } while (tempA <= 32); in aty_var_to_pll_408()