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()
1489 VGA_WR08(chip->PCIO, 0x03D4, 0x44); in LoadStateExt()
1490 VGA_WR08(chip->PCIO, 0x03D5, state->crtcOwner); in LoadStateExt()
1654 VGA_WR08(chip->PCIO, 0x03D4, 0x53); in LoadStateExt()
1655 VGA_WR08(chip->PCIO, 0x03D5, 0); in LoadStateExt()
1656 VGA_WR08(chip->PCIO, 0x03D4, 0x54); in LoadStateExt()
1657 VGA_WR08(chip->PCIO, 0x03D5, 0); in LoadStateExt()
1658 VGA_WR08(chip->PCIO, 0x03D4, 0x21); in LoadStateExt()
1659 VGA_WR08(chip->PCIO, 0x03D5, 0xfa); in LoadStateExt()
1662 VGA_WR08(chip->PCIO, 0x03D4, 0x41); in LoadStateExt()
1663 VGA_WR08(chip->PCIO, 0x03D5, state->extra); in LoadStateExt()
1670 VGA_WR08(chip->PCIO, 0x03D4, 0x19); in LoadStateExt()
1671 VGA_WR08(chip->PCIO, 0x03D5, state->repaint0); in LoadStateExt()
1672 VGA_WR08(chip->PCIO, 0x03D4, 0x1A); in LoadStateExt()
1673 VGA_WR08(chip->PCIO, 0x03D5, state->repaint1); in LoadStateExt()
1674 VGA_WR08(chip->PCIO, 0x03D4, 0x25); in LoadStateExt()
1675 VGA_WR08(chip->PCIO, 0x03D5, state->screen); in LoadStateExt()
1676 VGA_WR08(chip->PCIO, 0x03D4, 0x28); in LoadStateExt()
1677 VGA_WR08(chip->PCIO, 0x03D5, state->pixel); in LoadStateExt()
1678 VGA_WR08(chip->PCIO, 0x03D4, 0x2D); in LoadStateExt()
1679 VGA_WR08(chip->PCIO, 0x03D5, state->horiz); in LoadStateExt()
1680 VGA_WR08(chip->PCIO, 0x03D4, 0x1B); in LoadStateExt()
1681 VGA_WR08(chip->PCIO, 0x03D5, state->arbitration0); in LoadStateExt()
1682 VGA_WR08(chip->PCIO, 0x03D4, 0x20); in LoadStateExt()
1683 VGA_WR08(chip->PCIO, 0x03D5, state->arbitration1); in LoadStateExt()
1684 VGA_WR08(chip->PCIO, 0x03D4, 0x30); in LoadStateExt()
1685 VGA_WR08(chip->PCIO, 0x03D5, state->cursor0); in LoadStateExt()
1686 VGA_WR08(chip->PCIO, 0x03D4, 0x31); in LoadStateExt()
1687 VGA_WR08(chip->PCIO, 0x03D5, state->cursor1); in LoadStateExt()
1688 VGA_WR08(chip->PCIO, 0x03D4, 0x2F); in LoadStateExt()
1689 VGA_WR08(chip->PCIO, 0x03D5, state->cursor2); in LoadStateExt()
1690 VGA_WR08(chip->PCIO, 0x03D4, 0x39); in LoadStateExt()
1691 VGA_WR08(chip->PCIO, 0x03D5, state->interlace); in LoadStateExt()
1732 VGA_WR08(chip->PCIO, 0x03D4, 0x19); in UnloadStateExt()
1733 state->repaint0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1734 VGA_WR08(chip->PCIO, 0x03D4, 0x1A); in UnloadStateExt()
1735 state->repaint1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1736 VGA_WR08(chip->PCIO, 0x03D4, 0x25); in UnloadStateExt()
1737 state->screen = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1738 VGA_WR08(chip->PCIO, 0x03D4, 0x28); in UnloadStateExt()
1739 state->pixel = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1740 VGA_WR08(chip->PCIO, 0x03D4, 0x2D); in UnloadStateExt()
1741 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1742 VGA_WR08(chip->PCIO, 0x03D4, 0x1B); in UnloadStateExt()
1743 state->arbitration0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1744 VGA_WR08(chip->PCIO, 0x03D4, 0x20); in UnloadStateExt()
1745 state->arbitration1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1746 VGA_WR08(chip->PCIO, 0x03D4, 0x30); in UnloadStateExt()
1747 state->cursor0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1748 VGA_WR08(chip->PCIO, 0x03D4, 0x31); in UnloadStateExt()
1749 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1750 VGA_WR08(chip->PCIO, 0x03D4, 0x2F); in UnloadStateExt()
1751 state->cursor2 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1752 VGA_WR08(chip->PCIO, 0x03D4, 0x39); in UnloadStateExt()
1753 state->interlace = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1796 VGA_WR08(chip->PCIO, 0x03D4, 0x44); in UnloadStateExt()
1797 state->crtcOwner = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1799 VGA_WR08(chip->PCIO, 0x03D4, 0x41); in UnloadStateExt()
1800 state->extra = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1838 VGA_WR08(chip->PCIO, 0x3D4, 0x0D); VGA_WR08(chip->PCIO, 0x3D5, offset); in SetStartAddress3()
1840 VGA_WR08(chip->PCIO, 0x3D4, 0x0C); VGA_WR08(chip->PCIO, 0x3D5, offset); in SetStartAddress3()
1842 VGA_WR08(chip->PCIO, 0x3D4, 0x19); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1843 VGA_WR08(chip->PCIO, 0x3D5, (offset & 0x01F) | (tmp & ~0x1F)); in SetStartAddress3()
1844 VGA_WR08(chip->PCIO, 0x3D4, 0x2D); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1845 VGA_WR08(chip->PCIO, 0x3D5, (offset & 0x60) | (tmp & ~0x60)); in SetStartAddress3()
1849 offset = VGA_RD08(chip->PCIO, chip->IO + 0x0A); in SetStartAddress3()
1850 VGA_WR08(chip->PCIO, 0x3C0, 0x13); in SetStartAddress3()
1851 VGA_WR08(chip->PCIO, 0x3C0, pan); in SetStartAddress3()