Lines Matching refs:tmpA
816 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local
832 tmpA = tmpB; in aty_set_pll_408()
833 tmpC = tmpA; in aty_set_pll_408()
834 tmpA |= 8; in aty_set_pll_408()
838 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
844 tmpA = program_bits >> 8; in aty_set_pll_408()
847 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
850 tmpA = (u8) program_bits; in aty_set_pll_408()
853 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
856 tmpA = 0x77; in aty_set_pll_408()
859 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
862 tmpA = tmpC & (~(1 | 8)); in aty_set_pll_408()
866 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()