Searched refs:DAC_EXT_SEL_RS2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/aty/ |
D | mach64_gx.c | 245 aty_st_8(DAC_CNTL, (temp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, in aty_set_dac_ATI68860_B() 253 aty_st_8(DAC_CNTL, temp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, par); in aty_set_dac_ATI68860_B() 271 aty_st_8(DAC_CNTL, (temp & ~(DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3)), in aty_set_dac_ATI68860_B() 707 aty_st_8(DAC_CNTL, tmp | DAC_EXT_SEL_RS2 | DAC_EXT_SEL_RS3, par); in aty_set_pll_8398() 714 aty_st_8(DAC_CNTL, (tmp & ~DAC_EXT_SEL_RS2) | DAC_EXT_SEL_RS3, in aty_set_pll_8398()
|
/linux-6.1.9/include/video/ |
D | mach64.h | 695 #define DAC_EXT_SEL_RS2 0x01 macro
|