Lines Matching refs:PCIO
92 VGA_WR08(chip->PCIO, 0x3D4, 0x11); in vgaLockUnlock()
93 cr11 = VGA_RD08(chip->PCIO, 0x3D5); in vgaLockUnlock()
96 VGA_WR08(chip->PCIO, 0x3D5, cr11); in vgaLockUnlock()
114 VGA_WR08(chip->PCIO, 0x3D4, 0x1F); in nv4LockUnlock()
115 VGA_WR08(chip->PCIO, 0x3D5, Lock ? 0x99 : 0x57); in nv4LockUnlock()
129 VGA_WR08(chip->PCIO, 0x3D4, 0x31); in ShowHideCursor()
130 VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1); in ShowHideCursor()
1506 VGA_WR08(chip->PCIO, 0x03D4, 0x44); in LoadStateExt()
1507 VGA_WR08(chip->PCIO, 0x03D5, state->crtcOwner); in LoadStateExt()
1671 VGA_WR08(chip->PCIO, 0x03D4, 0x53); in LoadStateExt()
1672 VGA_WR08(chip->PCIO, 0x03D5, 0); in LoadStateExt()
1673 VGA_WR08(chip->PCIO, 0x03D4, 0x54); in LoadStateExt()
1674 VGA_WR08(chip->PCIO, 0x03D5, 0); in LoadStateExt()
1675 VGA_WR08(chip->PCIO, 0x03D4, 0x21); in LoadStateExt()
1676 VGA_WR08(chip->PCIO, 0x03D5, 0xfa); in LoadStateExt()
1679 VGA_WR08(chip->PCIO, 0x03D4, 0x41); in LoadStateExt()
1680 VGA_WR08(chip->PCIO, 0x03D5, state->extra); in LoadStateExt()
1687 VGA_WR08(chip->PCIO, 0x03D4, 0x19); in LoadStateExt()
1688 VGA_WR08(chip->PCIO, 0x03D5, state->repaint0); in LoadStateExt()
1689 VGA_WR08(chip->PCIO, 0x03D4, 0x1A); in LoadStateExt()
1690 VGA_WR08(chip->PCIO, 0x03D5, state->repaint1); in LoadStateExt()
1691 VGA_WR08(chip->PCIO, 0x03D4, 0x25); in LoadStateExt()
1692 VGA_WR08(chip->PCIO, 0x03D5, state->screen); in LoadStateExt()
1693 VGA_WR08(chip->PCIO, 0x03D4, 0x28); in LoadStateExt()
1694 VGA_WR08(chip->PCIO, 0x03D5, state->pixel); in LoadStateExt()
1695 VGA_WR08(chip->PCIO, 0x03D4, 0x2D); in LoadStateExt()
1696 VGA_WR08(chip->PCIO, 0x03D5, state->horiz); in LoadStateExt()
1697 VGA_WR08(chip->PCIO, 0x03D4, 0x1B); in LoadStateExt()
1698 VGA_WR08(chip->PCIO, 0x03D5, state->arbitration0); in LoadStateExt()
1699 VGA_WR08(chip->PCIO, 0x03D4, 0x20); in LoadStateExt()
1700 VGA_WR08(chip->PCIO, 0x03D5, state->arbitration1); in LoadStateExt()
1701 VGA_WR08(chip->PCIO, 0x03D4, 0x30); in LoadStateExt()
1702 VGA_WR08(chip->PCIO, 0x03D5, state->cursor0); in LoadStateExt()
1703 VGA_WR08(chip->PCIO, 0x03D4, 0x31); in LoadStateExt()
1704 VGA_WR08(chip->PCIO, 0x03D5, state->cursor1); in LoadStateExt()
1705 VGA_WR08(chip->PCIO, 0x03D4, 0x2F); in LoadStateExt()
1706 VGA_WR08(chip->PCIO, 0x03D5, state->cursor2); in LoadStateExt()
1707 VGA_WR08(chip->PCIO, 0x03D4, 0x39); in LoadStateExt()
1708 VGA_WR08(chip->PCIO, 0x03D5, state->interlace); in LoadStateExt()
1749 VGA_WR08(chip->PCIO, 0x03D4, 0x19); in UnloadStateExt()
1750 state->repaint0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1751 VGA_WR08(chip->PCIO, 0x03D4, 0x1A); in UnloadStateExt()
1752 state->repaint1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1753 VGA_WR08(chip->PCIO, 0x03D4, 0x25); in UnloadStateExt()
1754 state->screen = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1755 VGA_WR08(chip->PCIO, 0x03D4, 0x28); in UnloadStateExt()
1756 state->pixel = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1757 VGA_WR08(chip->PCIO, 0x03D4, 0x2D); in UnloadStateExt()
1758 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1759 VGA_WR08(chip->PCIO, 0x03D4, 0x1B); in UnloadStateExt()
1760 state->arbitration0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1761 VGA_WR08(chip->PCIO, 0x03D4, 0x20); in UnloadStateExt()
1762 state->arbitration1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1763 VGA_WR08(chip->PCIO, 0x03D4, 0x30); in UnloadStateExt()
1764 state->cursor0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1765 VGA_WR08(chip->PCIO, 0x03D4, 0x31); in UnloadStateExt()
1766 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1767 VGA_WR08(chip->PCIO, 0x03D4, 0x2F); in UnloadStateExt()
1768 state->cursor2 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1769 VGA_WR08(chip->PCIO, 0x03D4, 0x39); in UnloadStateExt()
1770 state->interlace = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1813 VGA_WR08(chip->PCIO, 0x03D4, 0x44); in UnloadStateExt()
1814 state->crtcOwner = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1816 VGA_WR08(chip->PCIO, 0x03D4, 0x41); in UnloadStateExt()
1817 state->extra = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1855 VGA_WR08(chip->PCIO, 0x3D4, 0x0D); VGA_WR08(chip->PCIO, 0x3D5, offset); in SetStartAddress3()
1857 VGA_WR08(chip->PCIO, 0x3D4, 0x0C); VGA_WR08(chip->PCIO, 0x3D5, offset); in SetStartAddress3()
1859 VGA_WR08(chip->PCIO, 0x3D4, 0x19); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1860 VGA_WR08(chip->PCIO, 0x3D5, (offset & 0x01F) | (tmp & ~0x1F)); in SetStartAddress3()
1861 VGA_WR08(chip->PCIO, 0x3D4, 0x2D); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1862 VGA_WR08(chip->PCIO, 0x3D5, (offset & 0x60) | (tmp & ~0x60)); in SetStartAddress3()
1866 offset = VGA_RD08(chip->PCIO, chip->IO + 0x0A); in SetStartAddress3()
1867 VGA_WR08(chip->PCIO, 0x3C0, 0x13); in SetStartAddress3()
1868 VGA_WR08(chip->PCIO, 0x3C0, pan); in SetStartAddress3()