Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Dmach64_gx.c201 u32 gModeReg, devSetupRegA, temp, mask; in aty_set_dac_ATI68860_B() local
204 devSetupRegA = 0; in aty_set_dac_ATI68860_B()
209 devSetupRegA = 0x60 | 0x00 /*(info->mach64DAC8Bit ? 0x00 : 0x01) */; in aty_set_dac_ATI68860_B()
213 devSetupRegA = 0x60; in aty_set_dac_ATI68860_B()
217 devSetupRegA = 0x60; in aty_set_dac_ATI68860_B()
221 devSetupRegA = 0x60; in aty_set_dac_ATI68860_B()
225 devSetupRegA = 0x60; in aty_set_dac_ATI68860_B()
231 devSetupRegA = 0x61; in aty_set_dac_ATI68860_B()
257 aty_st_8(DAC_REGS, (devSetupRegA | mask) | (temp & A860_DELAY_L), info); in aty_set_dac_ATI68860_B()