Home | History | Annotate | Download | only in vgahw

Lines Matching refs:IOBase

166     outb(hwp->IOBase + hwp->PIOOffset + VGA_CRTC_INDEX_OFFSET, index);
167 outb(hwp->IOBase + hwp->PIOOffset + VGA_CRTC_DATA_OFFSET, value);
173 outb(hwp->IOBase + hwp->PIOOffset + VGA_CRTC_INDEX_OFFSET, index);
174 return inb(hwp->IOBase + hwp->PIOOffset + VGA_CRTC_DATA_OFFSET);
214 return inb(hwp->IOBase + hwp->PIOOffset + VGA_IN_STAT_1_OFFSET);
226 outb(hwp->IOBase + hwp->PIOOffset + VGA_FEATURE_W_OFFSET,value);
237 (void) inb(hwp->IOBase + hwp->PIOOffset + VGA_IN_STAT_1_OFFSET);
250 (void) inb(hwp->IOBase + hwp->PIOOffset + VGA_IN_STAT_1_OFFSET);
270 (void) inb(hwp->IOBase + hwp->PIOOffset + VGA_IN_STAT_1_OFFSET);
278 (void) inb(hwp->IOBase + hwp->PIOOffset + VGA_IN_STAT_1_OFFSET);
373 moutb(hwp->IOBase + VGA_CRTC_INDEX_OFFSET, index);
374 moutb(hwp->IOBase + VGA_CRTC_DATA_OFFSET, value);
380 moutb(hwp->IOBase + VGA_CRTC_INDEX_OFFSET, index);
381 return minb(hwp->IOBase + VGA_CRTC_DATA_OFFSET);
421 return minb(hwp->IOBase + VGA_IN_STAT_1_OFFSET);
433 moutb(hwp->IOBase + VGA_FEATURE_W_OFFSET,value);
444 (void) minb(hwp->IOBase + VGA_IN_STAT_1_OFFSET);
457 (void) minb(hwp->IOBase + VGA_IN_STAT_1_OFFSET);
477 (void) minb(hwp->IOBase + VGA_IN_STAT_1_OFFSET);
485 (void) minb(hwp->IOBase + VGA_IN_STAT_1_OFFSET);
762 /* save hwp->IOBase and temporarily set it for colour mode */
763 savedIOBase = hwp->IOBase;
764 hwp->IOBase = VGA_IOBASE_COLOR;
833 hwp->IOBase = savedIOBase;
849 hwp->IOBase = VGA_IOBASE_COLOR;
851 hwp->IOBase = VGA_IOBASE_MONO;
944 /* save hwp->IOBase and temporarily set it for colour mode */
945 savedIOBase = hwp->IOBase;
946 hwp->IOBase = VGA_IOBASE_COLOR;
1004 hwp->IOBase = savedIOBase;
1022 hwp->IOBase = VGA_IOBASE_COLOR;
1024 hwp->IOBase = VGA_IOBASE_MONO;
1793 hwp->IOBase = (hwp->readMiscOut(hwp) & 0x01) ?
1796 "vgaHWGetIOBase: hwp->IOBase is 0x%04x, hwp->PIOOffset is 0x%04lx\n",
1797 hwp->IOBase, hwp->PIOOffset);