Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/aty/
Dmach64_gx.c244 aty_st_8(DAC_CNTL, (temp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, in aty_set_dac_ATI68860_B()
252 aty_st_8(DAC_CNTL, temp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, par); in aty_set_dac_ATI68860_B()
270 aty_st_8(DAC_CNTL, (temp & ~(DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3)), in aty_set_dac_ATI68860_B()
709 aty_st_8(DAC_CNTL, tmp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, par); in aty_set_pll_8398()
716 aty_st_8(DAC_CNTL, (tmp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, in aty_set_pll_8398()
/linux-3.4.99/include/video/
Dmach64.h699 #define DAC_EXT_SEL_RS2 0x01 macro