Lines Matching refs:tmpA
813 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local
829 tmpA = tmpB; in aty_set_pll_408()
830 tmpC = tmpA; in aty_set_pll_408()
831 tmpA |= 8; in aty_set_pll_408()
835 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
841 tmpA = program_bits >> 8; in aty_set_pll_408()
844 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
847 tmpA = (u8) program_bits; in aty_set_pll_408()
850 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
853 tmpA = 0x77; in aty_set_pll_408()
856 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
859 tmpA = tmpC & (~(1 | 8)); in aty_set_pll_408()
863 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()