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

/linux-master/drivers/video/fbdev/aty/
H A Dmach64_gx.c502 u32 temp, tempB; local
535 tempB = temp;
536 remainder = tempB % mach64RefFreq;
537 tempB = tempB / mach64RefFreq;
539 if ((tempB & 0xffff) <= 127
546 ((tempB & 0xff) << 8);
614 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; local
654 tempB = twoToKth * 256;
655 tempB *
741 u32 temp, tempB; local
[all...]
/linux-master/drivers/mtd/maps/
H A Dvmu-flash.c38 u16 tempB; member in struct:memcard
515 card->tempB = res[6];
519 card->tempA, card->tempB);
523 part_cur->root_block = card->tempB;
524 part_cur->numblocks = card->tempB + 1;

Completed in 134 milliseconds