Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_exec.c684 vga->save_pos102 = pci_io_read8(pInt->io, 0x0102); in LockLegacyVGA()
690 pci_io_write8(pInt->io, 0x0102, ~(uint8_t) 0x01 & vga->save_pos102); in LockLegacyVGA()
696 pci_io_write8(pInt->io, 0x0102, vga->save_pos102); in UnlockLegacyVGA()
H A Dxf86int10.h58 uint8_t save_pos102; member