Searched refs:writeGr (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_vga.c81 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 DvgaHW.c336 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 DvgaHW.h133 vgaHWWriteIndexProcPtr writeGr; member in struct:_vgaHWRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.c334 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 DvgaHW.h131 vgaHWWriteIndexProcPtr writeGr; member in struct:_vgaHWRec
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp_i2c.c47 hwp->writeGr(hwp, 0x17, reg);
H A Dalp_driver.c1188 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 Dvia_vgahw.c129 hwp->writeGr(hwp, index, tmp);
H A Dvia_display.c812 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 Dneo.h295 #define VGAwGR(index, val) (*hwp->writeGr)(hwp, index, val)
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_driver.c545 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 Driva_setup.c207 pVga->writeGr = RivaWriteGr;
H A Dnv_setup.c386 pVga->writeGr = NVWriteGr;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_regs.c497 hwp->writeGr = chipsMmioWriteGr;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_driver.c952 hwp->writeGr(hwp, ADDRESS_MAPPING, temp);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_driver.c952 hwp->writeGr(hwp, ADDRESS_MAPPING, temp);

Completed in 24 milliseconds