Searched refs:PCIO (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Driva_hw.c91 VGA_WR08(chip->PCIO, 0x3D4, 0x1F);
92 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57);
100 VGA_WR08(chip->PCIO, 0x3D4, 0x1F);
101 VGA_WR08(chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57);
114 VGA_WR08(chip->PCIO, 0x3D4, 0x31);
115 VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1);
1532 VGA_WR08(chip->PCIO, 0x03D4, 0x19);
1533 VGA_WR08(chip->PCIO, 0x03D5, state->repaint0);
1534 VGA_WR08(chip->PCIO, 0x03D4, 0x1A);
1535 VGA_WR08(chip->PCIO,
[all...]
H A Dfbdev.c341 VGA_WR08(rinfo->riva.PCIO, 0x3d4, index);
342 VGA_WR08(rinfo->riva.PCIO, 0x3d5, val);
348 VGA_WR08(rinfo->riva.PCIO, 0x3d4, index);
349 return (VGA_RD08(rinfo->riva.PCIO, 0x3d5));
383 VGA_WR08(rinfo->riva.PCIO, 0x3c0, index);
384 VGA_WR08(rinfo->riva.PCIO, 0x3c0, val);
390 VGA_WR08(rinfo->riva.PCIO, 0x3c0, index);
391 return (VGA_RD08(rinfo->riva.PCIO, 0x3c1));
1898 rinfo->riva.PCIO = (U008 *)(rinfo->ctrl_base + 0x00601000);
H A Driva_hw.h384 volatile U008 *PCIO; member in struct:_riva_hw_inst

Completed in 48 milliseconds