Lines Matching refs:VGA_RD08
93 cr11 = VGA_RD08(chip->PCIO, 0x3D5); in vgaLockUnlock()
1713 state->repaint0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1715 state->repaint1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1717 state->screen = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1719 state->pixel = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1721 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1723 state->arbitration0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1725 state->arbitration1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1727 state->cursor0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1729 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1731 state->cursor2 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1733 state->interlace = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1777 state->crtcOwner = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1780 state->extra = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1822 VGA_WR08(chip->PCIO, 0x3D4, 0x19); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1824 VGA_WR08(chip->PCIO, 0x3D4, 0x2D); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1829 offset = VGA_RD08(chip->PCIO, chip->IO + 0x0A); in SetStartAddress3()