• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/nvidia/

Lines Matching refs:PCIO

61 	VGA_WR08(par->PCIO, 0x3D4, 0x1F);
62 VGA_WR08(par->PCIO, 0x3D5, Lock ? 0x99 : 0x57);
64 VGA_WR08(par->PCIO, 0x3D4, 0x11);
65 cr11 = VGA_RD08(par->PCIO, 0x3D5);
70 VGA_WR08(par->PCIO, 0x3D5, cr11);
79 VGA_WR08(par->PCIO, 0x3D4, 0x31);
80 VGA_WR08(par->PCIO, 0x3D5, par->CurrentState->cursor1);
1525 VGA_WR08(par->PCIO, 0x03D4, 0x53);
1526 VGA_WR08(par->PCIO, 0x03D5, state->timingH);
1527 VGA_WR08(par->PCIO, 0x03D4, 0x54);
1528 VGA_WR08(par->PCIO, 0x03D5, state->timingV);
1529 VGA_WR08(par->PCIO, 0x03D4, 0x21);
1530 VGA_WR08(par->PCIO, 0x03D5, 0xfa);
1533 VGA_WR08(par->PCIO, 0x03D4, 0x41);
1534 VGA_WR08(par->PCIO, 0x03D5, state->extra);
1537 VGA_WR08(par->PCIO, 0x03D4, 0x19);
1538 VGA_WR08(par->PCIO, 0x03D5, state->repaint0);
1539 VGA_WR08(par->PCIO, 0x03D4, 0x1A);
1540 VGA_WR08(par->PCIO, 0x03D5, state->repaint1);
1541 VGA_WR08(par->PCIO, 0x03D4, 0x25);
1542 VGA_WR08(par->PCIO, 0x03D5, state->screen);
1543 VGA_WR08(par->PCIO, 0x03D4, 0x28);
1544 VGA_WR08(par->PCIO, 0x03D5, state->pixel);
1545 VGA_WR08(par->PCIO, 0x03D4, 0x2D);
1546 VGA_WR08(par->PCIO, 0x03D5, state->horiz);
1547 VGA_WR08(par->PCIO, 0x03D4, 0x1C);
1548 VGA_WR08(par->PCIO, 0x03D5, state->fifo);
1549 VGA_WR08(par->PCIO, 0x03D4, 0x1B);
1550 VGA_WR08(par->PCIO, 0x03D5, state->arbitration0);
1551 VGA_WR08(par->PCIO, 0x03D4, 0x20);
1552 VGA_WR08(par->PCIO, 0x03D5, state->arbitration1);
1555 VGA_WR08(par->PCIO, 0x03D4, 0x47);
1556 VGA_WR08(par->PCIO, 0x03D5, state->arbitration1 >> 8);
1559 VGA_WR08(par->PCIO, 0x03D4, 0x30);
1560 VGA_WR08(par->PCIO, 0x03D5, state->cursor0);
1561 VGA_WR08(par->PCIO, 0x03D4, 0x31);
1562 VGA_WR08(par->PCIO, 0x03D5, state->cursor1);
1563 VGA_WR08(par->PCIO, 0x03D4, 0x2F);
1564 VGA_WR08(par->PCIO, 0x03D5, state->cursor2);
1565 VGA_WR08(par->PCIO, 0x03D4, 0x39);
1566 VGA_WR08(par->PCIO, 0x03D5, state->interlace);
1592 VGA_WR08(par->PCIO, 0x03D4, 0x19);
1593 state->repaint0 = VGA_RD08(par->PCIO, 0x03D5);
1594 VGA_WR08(par->PCIO, 0x03D4, 0x1A);
1595 state->repaint1 = VGA_RD08(par->PCIO, 0x03D5);
1596 VGA_WR08(par->PCIO, 0x03D4, 0x25);
1597 state->screen = VGA_RD08(par->PCIO, 0x03D5);
1598 VGA_WR08(par->PCIO, 0x03D4, 0x28);
1599 state->pixel = VGA_RD08(par->PCIO, 0x03D5);
1600 VGA_WR08(par->PCIO, 0x03D4, 0x2D);
1601 state->horiz = VGA_RD08(par->PCIO, 0x03D5);
1602 VGA_WR08(par->PCIO, 0x03D4, 0x1C);
1603 state->fifo = VGA_RD08(par->PCIO, 0x03D5);
1604 VGA_WR08(par->PCIO, 0x03D4, 0x1B);
1605 state->arbitration0 = VGA_RD08(par->PCIO, 0x03D5);
1606 VGA_WR08(par->PCIO, 0x03D4, 0x20);
1607 state->arbitration1 = VGA_RD08(par->PCIO, 0x03D5);
1610 VGA_WR08(par->PCIO, 0x03D4, 0x47);
1611 state->arbitration1 |= (VGA_RD08(par->PCIO, 0x03D5) & 1) << 8;
1614 VGA_WR08(par->PCIO, 0x03D4, 0x30);
1615 state->cursor0 = VGA_RD08(par->PCIO, 0x03D5);
1616 VGA_WR08(par->PCIO, 0x03D4, 0x31);
1617 state->cursor1 = VGA_RD08(par->PCIO, 0x03D5);
1618 VGA_WR08(par->PCIO, 0x03D4, 0x2F);
1619 state->cursor2 = VGA_RD08(par->PCIO, 0x03D5);
1620 VGA_WR08(par->PCIO, 0x03D4, 0x39);
1621 state->interlace = VGA_RD08(par->PCIO, 0x03D5);
1638 VGA_WR08(par->PCIO, 0x03D4, 0x44);
1639 state->crtcOwner = VGA_RD08(par->PCIO, 0x03D5);
1641 VGA_WR08(par->PCIO, 0x03D4, 0x41);
1642 state->extra = VGA_RD08(par->PCIO, 0x03D5);
1652 VGA_WR08(par->PCIO, 0x03D4, 0x53);
1653 state->timingH = VGA_RD08(par->PCIO, 0x03D5);
1654 VGA_WR08(par->PCIO, 0x03D4, 0x54);
1655 state->timingV = VGA_RD08(par->PCIO, 0x03D5);