Searched refs:tempB (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 504 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 656 tempB = twoToKth * 256; in aty_var_to_pll_8398() 657 tempB * in aty_var_to_pll_8398() 743 u32 temp, tempB; aty_var_to_pll_408() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 502 u32 temp, tempB; in aty_var_to_pll_1703() local 535 tempB = temp; in aty_var_to_pll_1703() 536 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703() 537 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703() 539 if ((tempB & 0xffff) <= 127 in aty_var_to_pll_1703() 546 ((tempB & 0xff) << 8); in aty_var_to_pll_1703() 614 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; in aty_var_to_pll_8398() local 654 tempB = twoToKth * 256; in aty_var_to_pll_8398() 655 tempB * in aty_var_to_pll_8398() 741 u32 temp, tempB; aty_var_to_pll_408() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | vmu-flash.c | 38 u16 tempB; member 515 card->tempB = res[6]; in vmu_queryblocks() 519 card->tempA, card->tempB); in vmu_queryblocks() 523 part_cur->root_block = card->tempB; in vmu_queryblocks() 524 part_cur->numblocks = card->tempB + 1; in vmu_queryblocks()
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | vmu-flash.c | 38 u16 tempB; member 515 card->tempB = res[6]; in vmu_queryblocks() 519 card->tempA, card->tempB); in vmu_queryblocks() 523 part_cur->root_block = card->tempB; in vmu_queryblocks() 524 part_cur->numblocks = card->tempB + 1; in vmu_queryblocks()
|
Completed in 5 milliseconds