Lines Matching refs:temp
209 u32 gModeReg, devSetupRegA, temp, mask; in aty_set_dac_ATI68860_B() local
243 temp = aty_ld_8(DAC_CNTL, par); in aty_set_dac_ATI68860_B()
244 aty_st_8(DAC_CNTL, (temp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, in aty_set_dac_ATI68860_B()
251 temp = aty_ld_8(DAC_CNTL, par); in aty_set_dac_ATI68860_B()
252 aty_st_8(DAC_CNTL, temp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, par); in aty_set_dac_ATI68860_B()
266 temp = aty_ld_8(DAC_REGS, par); in aty_set_dac_ATI68860_B()
267 aty_st_8(DAC_REGS, (devSetupRegA | mask) | (temp & A860_DELAY_L), in aty_set_dac_ATI68860_B()
269 temp = aty_ld_8(DAC_CNTL, par); in aty_set_dac_ATI68860_B()
270 aty_st_8(DAC_CNTL, (temp & ~(DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3)), in aty_set_dac_ATI68860_B()
503 u32 temp, tempB; in aty_var_to_pll_1703() local
528 temp = (unsigned int) (mhz100); in aty_var_to_pll_1703()
529 temp = (unsigned int) (temp * (MIN_N_1703 + 2)); in aty_var_to_pll_1703()
530 temp -= (short) (mach64RefFreq << 1); in aty_var_to_pll_1703()
536 tempB = temp; in aty_var_to_pll_1703()
550 temp += mhz100; in aty_var_to_pll_1703()
743 u32 temp, tempB; in aty_var_to_pll_408() local
767 temp = (unsigned int) mhz100; in aty_var_to_pll_408()
768 temp = (unsigned int) (temp * (MIN_N_408 + 2)); in aty_var_to_pll_408()
769 temp -= ((short) (mach64RefFreq << 1)); in aty_var_to_pll_408()
775 tempB = temp; in aty_var_to_pll_408()
787 temp += mhz100; in aty_var_to_pll_408()