Lines Matching refs:PCIO

61 	VGA_WR08(par->PCIO, 0x3D4, 0x1F);  in NVLockUnlock()
62 VGA_WR08(par->PCIO, 0x3D5, Lock ? 0x99 : 0x57); in NVLockUnlock()
64 VGA_WR08(par->PCIO, 0x3D4, 0x11); in NVLockUnlock()
65 cr11 = VGA_RD08(par->PCIO, 0x3D5); in NVLockUnlock()
70 VGA_WR08(par->PCIO, 0x3D5, cr11); in NVLockUnlock()
79 VGA_WR08(par->PCIO, 0x3D4, 0x31); in NVShowHideCursor()
80 VGA_WR08(par->PCIO, 0x3D5, par->CurrentState->cursor1); in NVShowHideCursor()
1543 VGA_WR08(par->PCIO, 0x03D4, 0x53); in NVLoadStateExt()
1544 VGA_WR08(par->PCIO, 0x03D5, state->timingH); in NVLoadStateExt()
1545 VGA_WR08(par->PCIO, 0x03D4, 0x54); in NVLoadStateExt()
1546 VGA_WR08(par->PCIO, 0x03D5, state->timingV); in NVLoadStateExt()
1547 VGA_WR08(par->PCIO, 0x03D4, 0x21); in NVLoadStateExt()
1548 VGA_WR08(par->PCIO, 0x03D5, 0xfa); in NVLoadStateExt()
1551 VGA_WR08(par->PCIO, 0x03D4, 0x41); in NVLoadStateExt()
1552 VGA_WR08(par->PCIO, 0x03D5, state->extra); in NVLoadStateExt()
1555 VGA_WR08(par->PCIO, 0x03D4, 0x19); in NVLoadStateExt()
1556 VGA_WR08(par->PCIO, 0x03D5, state->repaint0); in NVLoadStateExt()
1557 VGA_WR08(par->PCIO, 0x03D4, 0x1A); in NVLoadStateExt()
1558 VGA_WR08(par->PCIO, 0x03D5, state->repaint1); in NVLoadStateExt()
1559 VGA_WR08(par->PCIO, 0x03D4, 0x25); in NVLoadStateExt()
1560 VGA_WR08(par->PCIO, 0x03D5, state->screen); in NVLoadStateExt()
1561 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVLoadStateExt()
1562 VGA_WR08(par->PCIO, 0x03D5, state->pixel); in NVLoadStateExt()
1563 VGA_WR08(par->PCIO, 0x03D4, 0x2D); in NVLoadStateExt()
1564 VGA_WR08(par->PCIO, 0x03D5, state->horiz); in NVLoadStateExt()
1565 VGA_WR08(par->PCIO, 0x03D4, 0x1C); in NVLoadStateExt()
1566 VGA_WR08(par->PCIO, 0x03D5, state->fifo); in NVLoadStateExt()
1567 VGA_WR08(par->PCIO, 0x03D4, 0x1B); in NVLoadStateExt()
1568 VGA_WR08(par->PCIO, 0x03D5, state->arbitration0); in NVLoadStateExt()
1569 VGA_WR08(par->PCIO, 0x03D4, 0x20); in NVLoadStateExt()
1570 VGA_WR08(par->PCIO, 0x03D5, state->arbitration1); in NVLoadStateExt()
1573 VGA_WR08(par->PCIO, 0x03D4, 0x47); in NVLoadStateExt()
1574 VGA_WR08(par->PCIO, 0x03D5, state->arbitration1 >> 8); in NVLoadStateExt()
1577 VGA_WR08(par->PCIO, 0x03D4, 0x30); in NVLoadStateExt()
1578 VGA_WR08(par->PCIO, 0x03D5, state->cursor0); in NVLoadStateExt()
1579 VGA_WR08(par->PCIO, 0x03D4, 0x31); in NVLoadStateExt()
1580 VGA_WR08(par->PCIO, 0x03D5, state->cursor1); in NVLoadStateExt()
1581 VGA_WR08(par->PCIO, 0x03D4, 0x2F); in NVLoadStateExt()
1582 VGA_WR08(par->PCIO, 0x03D5, state->cursor2); in NVLoadStateExt()
1583 VGA_WR08(par->PCIO, 0x03D4, 0x39); in NVLoadStateExt()
1584 VGA_WR08(par->PCIO, 0x03D5, state->interlace); in NVLoadStateExt()
1613 VGA_WR08(par->PCIO, 0x03D4, 0x19); in NVUnloadStateExt()
1614 state->repaint0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1615 VGA_WR08(par->PCIO, 0x03D4, 0x1A); in NVUnloadStateExt()
1616 state->repaint1 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1617 VGA_WR08(par->PCIO, 0x03D4, 0x25); in NVUnloadStateExt()
1618 state->screen = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1619 VGA_WR08(par->PCIO, 0x03D4, 0x28); in NVUnloadStateExt()
1620 state->pixel = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1621 VGA_WR08(par->PCIO, 0x03D4, 0x2D); in NVUnloadStateExt()
1622 state->horiz = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1623 VGA_WR08(par->PCIO, 0x03D4, 0x1C); in NVUnloadStateExt()
1624 state->fifo = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1625 VGA_WR08(par->PCIO, 0x03D4, 0x1B); in NVUnloadStateExt()
1626 state->arbitration0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1627 VGA_WR08(par->PCIO, 0x03D4, 0x20); in NVUnloadStateExt()
1628 state->arbitration1 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1631 VGA_WR08(par->PCIO, 0x03D4, 0x47); in NVUnloadStateExt()
1632 state->arbitration1 |= (VGA_RD08(par->PCIO, 0x03D5) & 1) << 8; in NVUnloadStateExt()
1635 VGA_WR08(par->PCIO, 0x03D4, 0x30); in NVUnloadStateExt()
1636 state->cursor0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1637 VGA_WR08(par->PCIO, 0x03D4, 0x31); in NVUnloadStateExt()
1638 state->cursor1 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1639 VGA_WR08(par->PCIO, 0x03D4, 0x2F); in NVUnloadStateExt()
1640 state->cursor2 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1641 VGA_WR08(par->PCIO, 0x03D4, 0x39); in NVUnloadStateExt()
1642 state->interlace = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1662 VGA_WR08(par->PCIO, 0x03D4, 0x44); in NVUnloadStateExt()
1663 state->crtcOwner = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1665 VGA_WR08(par->PCIO, 0x03D4, 0x41); in NVUnloadStateExt()
1666 state->extra = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1676 VGA_WR08(par->PCIO, 0x03D4, 0x53); in NVUnloadStateExt()
1677 state->timingH = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1678 VGA_WR08(par->PCIO, 0x03D4, 0x54); in NVUnloadStateExt()
1679 state->timingV = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()