Lines Matching refs:tmpA
800 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local
816 tmpA = tmpB; in aty_set_pll_408()
817 tmpC = tmpA; in aty_set_pll_408()
818 tmpA |= 8; in aty_set_pll_408()
822 aty_st_8(DAC_REGS + 2, tmpA, info); in aty_set_pll_408()
828 tmpA = program_bits >> 8; in aty_set_pll_408()
831 aty_st_8(DAC_REGS + 2, tmpA, info); in aty_set_pll_408()
834 tmpA = (u8)program_bits; in aty_set_pll_408()
837 aty_st_8(DAC_REGS + 2, tmpA, info); in aty_set_pll_408()
840 tmpA = 0x77; in aty_set_pll_408()
843 aty_st_8(DAC_REGS + 2, tmpA, info); in aty_set_pll_408()
846 tmpA = tmpC & (~(1 | 8)); in aty_set_pll_408()
850 aty_st_8(DAC_REGS + 2, tmpA, info); in aty_set_pll_408()