Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_exec.c680 vga->save_vse = pci_io_read8(pInt->io, 0x03C3); in LockLegacyVGA()
686 pci_io_write8(pInt->io, 0x03C3, ~(uint8_t) 0x01 & vga->save_vse); in LockLegacyVGA()
700 pci_io_write8(pInt->io, 0x03C3, vga->save_vse); in UnlockLegacyVGA()
H A Dxf86int10.h59 uint8_t save_vse; member