Lines Matching refs:PCIO
40 VGA_WR08(pNv->PCIO, 0x3D4, 0x1F);
41 VGA_WR08(pNv->PCIO, 0x3D5, Lock ? 0x99 : 0x57);
43 VGA_WR08(pNv->PCIO, 0x3D4, 0x11);
44 cr11 = VGA_RD08(pNv->PCIO, 0x3D5);
47 VGA_WR08(pNv->PCIO, 0x3D5, cr11);
59 VGA_WR08(pNv->PCIO, 0x3D4, 0x31);
60 VGA_WR08(pNv->PCIO, 0x3D5, pNv->CurrentState->cursor1);
1453 VGA_WR08(pNv->PCIO, 0x03D4, 0x53);
1454 VGA_WR08(pNv->PCIO, 0x03D5, state->timingH);
1455 VGA_WR08(pNv->PCIO, 0x03D4, 0x54);
1456 VGA_WR08(pNv->PCIO, 0x03D5, state->timingV);
1457 VGA_WR08(pNv->PCIO, 0x03D4, 0x21);
1458 VGA_WR08(pNv->PCIO, 0x03D5, 0xfa);
1461 VGA_WR08(pNv->PCIO, 0x03D4, 0x41);
1462 VGA_WR08(pNv->PCIO, 0x03D5, state->extra);
1465 VGA_WR08(pNv->PCIO, 0x03D4, 0x19);
1466 VGA_WR08(pNv->PCIO, 0x03D5, state->repaint0);
1467 VGA_WR08(pNv->PCIO, 0x03D4, 0x1A);
1468 VGA_WR08(pNv->PCIO, 0x03D5, state->repaint1);
1469 VGA_WR08(pNv->PCIO, 0x03D4, 0x25);
1470 VGA_WR08(pNv->PCIO, 0x03D5, state->screen);
1471 VGA_WR08(pNv->PCIO, 0x03D4, 0x28);
1472 VGA_WR08(pNv->PCIO, 0x03D5, state->pixel);
1473 VGA_WR08(pNv->PCIO, 0x03D4, 0x2D);
1474 VGA_WR08(pNv->PCIO, 0x03D5, state->horiz);
1475 VGA_WR08(pNv->PCIO, 0x03D4, 0x1C);
1476 VGA_WR08(pNv->PCIO, 0x03D5, state->fifo);
1477 VGA_WR08(pNv->PCIO, 0x03D4, 0x1B);
1478 VGA_WR08(pNv->PCIO, 0x03D5, state->arbitration0);
1479 VGA_WR08(pNv->PCIO, 0x03D4, 0x20);
1480 VGA_WR08(pNv->PCIO, 0x03D5, state->arbitration1);
1482 VGA_WR08(pNv->PCIO, 0x03D4, 0x47);
1483 VGA_WR08(pNv->PCIO, 0x03D5, state->arbitration1 >> 8);
1485 VGA_WR08(pNv->PCIO, 0x03D4, 0x30);
1486 VGA_WR08(pNv->PCIO, 0x03D5, state->cursor0);
1487 VGA_WR08(pNv->PCIO, 0x03D4, 0x31);
1488 VGA_WR08(pNv->PCIO, 0x03D5, state->cursor1);
1489 VGA_WR08(pNv->PCIO, 0x03D4, 0x2F);
1490 VGA_WR08(pNv->PCIO, 0x03D5, state->cursor2);
1491 VGA_WR08(pNv->PCIO, 0x03D4, 0x39);
1492 VGA_WR08(pNv->PCIO, 0x03D5, state->interlace);
1526 VGA_WR08(pNv->PCIO, 0x03D4, 0x19);
1527 state->repaint0 = VGA_RD08(pNv->PCIO, 0x03D5);
1528 VGA_WR08(pNv->PCIO, 0x03D4, 0x1A);
1529 state->repaint1 = VGA_RD08(pNv->PCIO, 0x03D5);
1530 VGA_WR08(pNv->PCIO, 0x03D4, 0x25);
1531 state->screen = VGA_RD08(pNv->PCIO, 0x03D5);
1532 VGA_WR08(pNv->PCIO, 0x03D4, 0x28);
1533 state->pixel = VGA_RD08(pNv->PCIO, 0x03D5);
1534 VGA_WR08(pNv->PCIO, 0x03D4, 0x2D);
1535 state->horiz = VGA_RD08(pNv->PCIO, 0x03D5);
1536 VGA_WR08(pNv->PCIO, 0x03D4, 0x1C);
1537 state->fifo = VGA_RD08(pNv->PCIO, 0x03D5);
1538 VGA_WR08(pNv->PCIO, 0x03D4, 0x1B);
1539 state->arbitration0 = VGA_RD08(pNv->PCIO, 0x03D5);
1540 VGA_WR08(pNv->PCIO, 0x03D4, 0x20);
1541 state->arbitration1 = VGA_RD08(pNv->PCIO, 0x03D5);
1543 VGA_WR08(pNv->PCIO, 0x03D4, 0x47);
1544 state->arbitration1 |= (VGA_RD08(pNv->PCIO, 0x03D5) & 1) << 8;
1546 VGA_WR08(pNv->PCIO, 0x03D4, 0x30);
1547 state->cursor0 = VGA_RD08(pNv->PCIO, 0x03D5);
1548 VGA_WR08(pNv->PCIO, 0x03D4, 0x31);
1549 state->cursor1 = VGA_RD08(pNv->PCIO, 0x03D5);
1550 VGA_WR08(pNv->PCIO, 0x03D4, 0x2F);
1551 state->cursor2 = VGA_RD08(pNv->PCIO, 0x03D5);
1552 VGA_WR08(pNv->PCIO, 0x03D4, 0x39);
1553 state->interlace = VGA_RD08(pNv->PCIO, 0x03D5);
1574 VGA_WR08(pNv->PCIO, 0x03D4, 0x44);
1575 state->crtcOwner = VGA_RD08(pNv->PCIO, 0x03D5);
1577 VGA_WR08(pNv->PCIO, 0x03D4, 0x41);
1578 state->extra = VGA_RD08(pNv->PCIO, 0x03D5);
1589 VGA_WR08(pNv->PCIO, 0x03D4, 0x53);
1590 state->timingH = VGA_RD08(pNv->PCIO, 0x03D5);
1591 VGA_WR08(pNv->PCIO, 0x03D4, 0x54);
1592 state->timingV = VGA_RD08(pNv->PCIO, 0x03D5);