Searched refs:tmpB (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_gx.c | 800 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local 812 tmpB = aty_ld_8(DAC_REGS + 2, info) | 1; in aty_set_pll_408() 814 aty_st_8(DAC_REGS + 2, tmpB, info); in aty_set_pll_408() 816 tmpA = tmpB; in aty_set_pll_408() 819 tmpB = 1; in aty_set_pll_408() 821 aty_st_8(DAC_REGS, tmpB, info); in aty_set_pll_408() 827 tmpB = locationAddr; in aty_set_pll_408() 830 aty_st_8(DAC_REGS, tmpB, info); in aty_set_pll_408() 833 tmpB = locationAddr + 1; in aty_set_pll_408() 836 aty_st_8(DAC_REGS, tmpB, info); in aty_set_pll_408() [all …]
|