Searched refs:save_vse (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dhelper_exec.c660 vga->save_vse = inb(pInt->ioBase + 0x03C3);
666 outb(pInt->ioBase + 0x03C3, ~(CARD8)0x01 & vga->save_vse);
682 outb(pInt->ioBase + 0x03C3, vga->save_vse);
H A Dxf86int10.h59 CARD8 save_vse; member in struct:__anon252239e70208
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_exec.c686 vga->save_vse = pci_io_read8(pInt->io, 0x03C3);
692 pci_io_write8(pInt->io, 0x03C3, ~(uint8_t) 0x01 & vga->save_vse);
708 pci_io_write8(pInt->io, 0x03C3, vga->save_vse);
H A Dxf86int10.h59 uint8_t save_vse; member in struct:__anon292c09ba0208

Completed in 4 milliseconds