Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/aty/
Dmach64_gx.c816 u8 tmpA, tmpB, tmpC; in aty_set_pll_408() local
832 tmpA = tmpB; in aty_set_pll_408()
833 tmpC = tmpA; in aty_set_pll_408()
834 tmpA |= 8; in aty_set_pll_408()
838 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
844 tmpA = program_bits >> 8; in aty_set_pll_408()
847 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
850 tmpA = (u8) program_bits; in aty_set_pll_408()
853 aty_st_8(DAC_REGS + 2, tmpA, par); in aty_set_pll_408()
856 tmpA = 0x77; in aty_set_pll_408()
[all …]