Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_exec.c682 vga->save_46e8 = pci_io_read8(pInt->io, 0x46E8); in LockLegacyVGA()
688 pci_io_write8(pInt->io, 0x46E8, ~(uint8_t) 0x08 & vga->save_46e8); in LockLegacyVGA()
698 pci_io_write8(pInt->io, 0x46E8, vga->save_46e8); in UnlockLegacyVGA()
H A Dxf86int10.h60 uint8_t save_46e8; member