Searched refs:cr92 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_streams.c56 CARD8 cr92; local in function:SavageInitSecondaryStreamOld
83 cr92 = VGAIN8(vgaCRReg);
84 VGAOUT8(vgaCRReg, (cr92 & 0x40) | (pitch >> 8) | 0x80);
99 CARD8 cr92; local in function:SavageInitSecondaryStreamNew
130 cr92 = VGAIN8(vgaCRReg);
131 VGAOUT8(vgaCRReg, (cr92 & 0x40) | (pitch >> 8) | 0x80);
H A Dsavage_video.c1610 unsigned char cr92; local in function:SavageDisplayVideoOld
1616 cr92 = VGAIN8(vgaCRReg);
1617 VGAOUT8(vgaCRReg, (cr92 & 0x40) | (pitch >> 8) | 0x80);
1757 unsigned char cr92; local in function:SavageDisplayVideoNew
1762 cr92 = VGAIN8(vgaCRReg);
1763 VGAOUT8(vgaCRReg, (cr92 & 0x40) | (pitch >> 8) | 0x80);
1878 unsigned char cr92;
1883 cr92 = VGAIN8(vgaCRReg);
1884 VGAOUT8(vgaCRReg, (cr92 & 0x40) | (pitch >> 8) | 0x80);

Completed in 5 milliseconds