Home
last modified time | relevance | path

Searched refs:tmpA (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/aty/
Dmach64_gx.c813 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local
829 tmpA = tmpB; in aty_set_pll_408()
830 tmpC = tmpA; in aty_set_pll_408()
831 tmpA |= 8; in aty_set_pll_408()
835 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
841 tmpA = program_bits >> 8; in aty_set_pll_408()
844 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
847 tmpA = (u8) program_bits; in aty_set_pll_408()
850 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
853 tmpA = 0x77; in aty_set_pll_408()
[all …]