Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Daty128.h301 #define DAC_RANGE_CNTL 0x00000003 macro
H A Dradeon.h698 #define DAC_RANGE_CNTL (3 << 0) macro
/openbmc/qemu/hw/display/
H A Dati_regs.h357 #define DAC_RANGE_CNTL 0x00000003 macro
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c332 OUTREGP(DAC_CNTL, mode->dac_cntl, DAC_RANGE_CNTL | DAC_BLANKING); in radeon_setmode()
518 OUTREGP(DAC_CNTL, mode->dac_cntl, DAC_RANGE_CNTL | DAC_BLANKING); in radeon_setmode_9200()
/openbmc/u-boot/include/
H A Dradeon.h696 #define DAC_RANGE_CNTL (3 << 0) macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Daty128fb.c2008 dac |= (DAC_8BIT_EN | DAC_RANGE_CNTL); in aty128_init()
H A Dradeon_base.c1484 OUTREGP(DAC_CNTL, mode->dac_cntl, DAC_RANGE_CNTL | DAC_BLANKING); in radeon_write_mode()