Lines Matching refs:VGA_RD08
93 cr11 = VGA_RD08(chip->PCIO, 0x3D5); in vgaLockUnlock()
1749 state->repaint0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1751 state->repaint1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1753 state->screen = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1755 state->pixel = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1757 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1759 state->arbitration0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1761 state->arbitration1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1763 state->cursor0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1765 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1767 state->cursor2 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1769 state->interlace = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1813 state->crtcOwner = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1816 state->extra = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
1858 VGA_WR08(chip->PCIO, 0x3D4, 0x19); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1860 VGA_WR08(chip->PCIO, 0x3D4, 0x2D); tmp = VGA_RD08(chip->PCIO, 0x3D5); in SetStartAddress3()
1865 offset = VGA_RD08(chip->PCIO, chip->IO + 0x0A); in SetStartAddress3()