Home
last modified time | relevance | path

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

/qemu/include/hw/display/
H A Dbochs-vbe.h37 #define VBE_DISPI_8BIT_DAC 0x20 macro
/qemu/hw/display/
H A Dati.c111 (s->regs.dac_cntl & DAC_8BIT_EN ? VBE_DISPI_8BIT_DAC : 0)); in ati_vga_switch_mode()
H A Dvga.c777 s->dac_8bit = (val & VBE_DISPI_8BIT_DAC) > 0; in vbe_ioport_write_data()