| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_vga.c | 81 hwp->writeGr(hwp, 0x03, 0x00); /* don't rotate, write unmodified */ 82 hwp->writeGr(hwp, 0x08, 0xFF); /* write all bits in a byte */ 83 hwp->writeGr(hwp, 0x01, 0x00); /* all planes come from CPU */ 87 hwp->writeGr(hwp, 0x05, 0x00); /* write mode 0, read mode 0 */ 88 hwp->writeGr(hwp, 0x06, 0x05); /* set graphics */ 92 hwp->writeGr(hwp, 0x04, 0x02); /* read plane 2 */ 98 hwp->writeGr(hwp, 0x04, 0x03); /* read plane 3 */ 104 hwp->writeGr(hwp, 0x04, 0x00); /* read plane 0 */ 107 hwp->writeGr(hwp, 0x04, 0x01); /* read plane 1 */ 115 hwp->writeGr(hw [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 336 hwp->writeGr = stdWriteGr; 543 hwp->writeGr = mmioWriteGr; 782 hwp->writeGr(hwp, 0x05, 0x00); /* write mode 0, read mode 0 */ 783 hwp->writeGr(hwp, 0x06, 0x05); /* set graphics */ 787 hwp->writeGr(hwp, 0x03, 0x00); /* don't rotate, write unmodified */ 788 hwp->writeGr(hwp, 0x08, 0xFF); /* write all bits in a byte */ 789 hwp->writeGr(hwp, 0x01, 0x00); /* all planes come from CPU */ 795 hwp->writeGr(hwp, 0x04, 0x02); /* read plane 2 */ 803 hwp->writeGr(hwp, 0x04, 0x03); /* read plane 3 */ 811 hwp->writeGr(hw [all...] |
| H A D | vgaHW.h | 133 vgaHWWriteIndexProcPtr writeGr; member in struct:_vgaHWRec
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 334 hwp->writeGr = stdWriteGr; 542 hwp->writeGr = mmioWriteGr; 785 hwp->writeGr(hwp, 0x05, 0x00); /* write mode 0, read mode 0 */ 786 hwp->writeGr(hwp, 0x06, 0x05); /* set graphics */ 790 hwp->writeGr(hwp, 0x03, 0x00); /* don't rotate, write unmodified */ 791 hwp->writeGr(hwp, 0x08, 0xFF); /* write all bits in a byte */ 792 hwp->writeGr(hwp, 0x01, 0x00); /* all planes come from CPU */ 798 hwp->writeGr(hwp, 0x04, 0x02); /* read plane 2 */ 806 hwp->writeGr(hwp, 0x04, 0x03); /* read plane 3 */ 814 hwp->writeGr(hw [all...] |
| H A D | vgaHW.h | 131 vgaHWWriteIndexProcPtr writeGr; member in struct:_vgaHWRec
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | alp_i2c.c | 47 hwp->writeGr(hwp, 0x17, reg);
|
| H A D | alp_driver.c | 1188 hwp->writeGr(hwp, 0x17, cirReg->ExtVga[GR17]); 1189 hwp->writeGr(hwp, 0x18, cirReg->ExtVga[GR18]); 2026 hwp->writeGr(hwp, 0x0E, gr0e);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_vgahw.c | 129 hwp->writeGr(hwp, index, tmp);
|
| H A D | via_display.c | 812 hwp->writeGr(hwp, 0x00, 0x00); 813 hwp->writeGr(hwp, 0x01, 0x00); 814 hwp->writeGr(hwp, 0x02, 0x00); 815 hwp->writeGr(hwp, 0x03, 0x00); 816 hwp->writeGr(hwp, 0x04, 0x00); 817 hwp->writeGr(hwp, 0x05, 0x40); 818 hwp->writeGr(hwp, 0x06, 0x05); 819 hwp->writeGr(hwp, 0x07, 0x0F); 820 hwp->writeGr(hwp, 0x08, 0xFF);
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo.h | 295 #define VGAwGR(index, val) (*hwp->writeGr)(hwp, index, val)
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_driver.c | 545 hwp->writeGr(hwp, 0x06, 0x05); 546 hwp->writeGr(hwp, 0x05, 0x40); 620 hwp->writeGr(hwp, 0x05, oldGR5); 621 hwp->writeGr(hwp, 0x06, oldGR6);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | riva_setup.c | 207 pVga->writeGr = RivaWriteGr;
|
| H A D | nv_setup.c | 386 pVga->writeGr = NVWriteGr;
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_regs.c | 497 hwp->writeGr = chipsMmioWriteGr;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_driver.c | 952 hwp->writeGr(hwp, ADDRESS_MAPPING, temp);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_driver.c | 952 hwp->writeGr(hwp, ADDRESS_MAPPING, temp);
|