Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/aty/
Dmach64_gx.c504 u32 temp, tempB; in aty_var_to_pll_1703() local
537 tempB = temp; in aty_var_to_pll_1703()
538 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703()
539 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
541 if ((tempB & 0xffff) <= 127 in aty_var_to_pll_1703()
548 ((tempB & 0xff) << 8); in aty_var_to_pll_1703()
616 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local
657 tempB = twoToKth * 256; in aty_var_to_pll_8398()
658 tempB *= (m + 2); /* 4..32 */ in aty_var_to_pll_8398()
659 fOut = tempA / tempB; /* 8 bit scale */ in aty_var_to_pll_8398()
[all …]
/Linux-v4.19/drivers/mtd/maps/
Dvmu-flash.c40 u16 tempB; member
517 card->tempB = res[6]; in vmu_queryblocks()
521 card->tempA, card->tempB); in vmu_queryblocks()
525 part_cur->root_block = card->tempB; in vmu_queryblocks()
526 part_cur->numblocks = card->tempB + 1; in vmu_queryblocks()