Searched refs:tmpB (Results 1 – 1 of 1) sorted by relevance
/drivers/video/fbdev/aty/ |
D | mach64_gx.c | 813 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local 825 tmpB = aty_ld_8(DAC_REGS + 2, par) | 1; in aty_set_pll_408() 827 aty_st_8(DAC_REGS + 2, tmpB, par); in aty_set_pll_408() 829 tmpA = tmpB; in aty_set_pll_408() 832 tmpB = 1; in aty_set_pll_408() 834 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() 840 tmpB = locationAddr; in aty_set_pll_408() 843 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() 846 tmpB = locationAddr + 1; in aty_set_pll_408() 849 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() [all …]
|