Searched refs:tmpB (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/video/aty/ |
D | mach64_gx.c | 815 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local 827 tmpB = aty_ld_8(DAC_REGS + 2, par) | 1; in aty_set_pll_408() 829 aty_st_8(DAC_REGS + 2, tmpB, par); in aty_set_pll_408() 831 tmpA = tmpB; in aty_set_pll_408() 834 tmpB = 1; in aty_set_pll_408() 836 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() 842 tmpB = locationAddr; in aty_set_pll_408() 845 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() 848 tmpB = locationAddr + 1; in aty_set_pll_408() 851 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() [all …]
|