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)),
502 u32 temp, tempB;
527 temp = (unsigned int) (mhz100);
528 temp = (unsigned int) (temp * (MIN_N_1703 + 2));
529 temp -= (short) (mach64RefFreq << 1);
535 tempB = temp;
549 temp += mhz100;
741 u32 temp, tempB;
765 temp = (unsigned int) mhz100;
766 temp = (unsigned int) (temp * (MIN_N_408 + 2));
767 temp -= ((short) (mach64RefFreq << 1));
773 tempB = temp;
785 temp += mhz100;