Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/aty/
A Dmach64_gx.c504 u32 temp, tempB; in aty_var_to_pll_1703() local
537 tempB = temp; 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()
656 tempB = twoToKth * 256; in aty_var_to_pll_8398()
743 u32 temp, tempB; in aty_var_to_pll_408() local
775 tempB = temp; in aty_var_to_pll_408()
777 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()
778 if (((tempB & 0xFFFF) <= 255) in aty_var_to_pll_408()
[all …]
/linux/drivers/mtd/maps/
A Dvmu-flash.c38 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 8 milliseconds