Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Dmach64_gx.c235 aty_st_8(DAC_CNTL, (temp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, info); in aty_set_dac_ATI68860_B()
242 aty_st_8(DAC_CNTL, temp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, info); in aty_set_dac_ATI68860_B()
259 aty_st_8(DAC_CNTL, (temp & ~(DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3)), info); in aty_set_dac_ATI68860_B()
698 aty_st_8(DAC_CNTL, tmp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, info); in aty_set_pll_8398()
705 aty_st_8(DAC_CNTL, (tmp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, info); in aty_set_pll_8398()
Dmach64.h597 #define DAC_EXT_SEL_RS2 0x01 macro