Lines Matching refs:temp
210 u32 gModeReg, devSetupRegA, temp, mask;
244 temp = aty_ld_8(DAC_CNTL, par);
245 aty_st_8(DAC_CNTL, (temp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3,
252 temp = aty_ld_8(DAC_CNTL, par);
253 aty_st_8(DAC_CNTL, temp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, par);
267 temp = aty_ld_8(DAC_REGS, par);
268 aty_st_8(DAC_REGS, (devSetupRegA | mask) | (temp & A860_DELAY_L),
270 temp = aty_ld_8(DAC_CNTL, par);
271 aty_st_8(DAC_CNTL, (temp & ~(DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3)),
504 u32 temp, tempB;
529 temp = (unsigned int) (mhz100);
530 temp = (unsigned int) (temp * (MIN_N_1703 + 2));
531 temp -= (short) (mach64RefFreq << 1);
537 tempB = temp;
551 temp += mhz100;
743 u32 temp, tempB;
767 temp = (unsigned int) mhz100;
768 temp = (unsigned int) (temp * (MIN_N_408 + 2));
769 temp -= ((short) (mach64RefFreq << 1));
775 tempB = temp;
787 temp += mhz100;