Searched refs:tmpB (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | mach64_gx.c | 816 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local 828 tmpB = aty_ld_8(DAC_REGS + 2, par) | 1; in aty_set_pll_408() 830 aty_st_8(DAC_REGS + 2, tmpB, par); in aty_set_pll_408() 832 tmpA = tmpB; in aty_set_pll_408() 835 tmpB = 1; in aty_set_pll_408() 837 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() 843 tmpB = locationAddr; in aty_set_pll_408() 846 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() 849 tmpB = locationAddr + 1; in aty_set_pll_408() 852 aty_st_8(DAC_REGS, tmpB, par); in aty_set_pll_408() [all …]
|