Lines Matching refs:tmpA
815 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local
831 tmpA = tmpB; in aty_set_pll_408()
832 tmpC = tmpA; in aty_set_pll_408()
833 tmpA |= 8; in aty_set_pll_408()
837 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
843 tmpA = program_bits >> 8; in aty_set_pll_408()
846 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
849 tmpA = (u8) program_bits; in aty_set_pll_408()
852 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
855 tmpA = 0x77; in aty_set_pll_408()
858 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
861 tmpA = tmpC & (~(1 | 8)); in aty_set_pll_408()
865 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()