Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/aty/
Dmach64_gx.c505 short divider = 0, tempA; in aty_var_to_pll_1703() local
532 tempA = MIN_N_1703; in aty_var_to_pll_1703()
544 divider |= tempA; in aty_var_to_pll_1703()
551 tempA++; in aty_var_to_pll_1703()
552 } while (tempA <= (MIN_N_1703 << 1)); in aty_var_to_pll_1703()
615 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local
654 tempA = 938356; /* 14.31818 * 65536 */ in aty_var_to_pll_8398()
655 tempA *= (n + 8); /* 43..256 */ in aty_var_to_pll_8398()
658 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398()
745 short divider = 0, tempA; in aty_var_to_pll_408() local
[all …]
/linux-2.6.39/drivers/mtd/maps/
Dvmu-flash.c39 u16 tempA; member
524 card->tempA = res[12]; in vmu_queryblocks()
529 card->tempA, card->tempB); in vmu_queryblocks()
532 part_cur->user_blocks = card->tempA; in vmu_queryblocks()