Lines Matching refs:outb

50 		outb(vgaCRIndex, 0x45);
52 outb(vgaCRIndex, 0x4a);
53 outb(vgaCRReg, fg);
54 outb(vgaCRReg, fg);
56 outb(vgaCRIndex, 0x45);
58 outb(vgaCRIndex, 0x4b);
59 outb(vgaCRReg, bg);
60 outb(vgaCRReg, bg);
70 outb(vgaCRIndex, 0x45);
72 outb(vgaCRIndex, 0x4a);
73 outb(vgaCRReg, packfg);
74 outb(vgaCRReg, packfg >> 8);
76 outb(vgaCRIndex, 0x45);
78 outb(vgaCRIndex, 0x4b);
79 outb(vgaCRReg, packbg);
80 outb(vgaCRReg, packbg >> 8);
84 outb(vgaCRIndex, 0x45);
86 outb(vgaCRIndex, 0x4a);
87 outb(vgaCRReg, (fg & 0x00ff0000) >> 16);
88 outb(vgaCRReg, (fg & 0x0000ff00) >> 8);
89 outb(vgaCRReg, (fg & 0x000000ff));
91 outb(vgaCRIndex, 0x45);
93 outb(vgaCRIndex, 0x4b);
94 outb(vgaCRReg, (bg & 0x00ff0000) >> 16);
95 outb(vgaCRReg, (bg & 0x0000ff00) >> 8);
96 outb(vgaCRReg, (bg & 0x000000ff));
108 outb(vgaCRIndex, 0x39);
109 outb(vgaCRReg, 0xa5);
111 outb(vgaCRIndex, 0x46);
112 outb(vgaCRReg, x >> 8);
113 outb(vgaCRIndex, 0x47);
114 outb(vgaCRReg, x);
116 outb(vgaCRIndex, 0x49);
117 outb(vgaCRReg, y);
118 outb(vgaCRIndex, 0x48);
119 outb(vgaCRReg, y >> 8);
129 outb(vgaCRIndex, 0x45);
131 outb(vgaCRReg, tmp & ~0x01);
141 outb(vgaCRIndex, 0x39);
142 outb(vgaCRReg, 0xa5);
144 outb(vgaCRIndex, 0x55);
146 outb(vgaCRReg, tmp | 0x10);
148 outb(vgaCRIndex, 0x4c);
149 outb(vgaCRReg, pS3->FBCursorOffset >> 8);
150 outb(vgaCRIndex, 0x4d);
151 outb(vgaCRReg, pS3->FBCursorOffset);
153 outb(vgaCRIndex, 0x45);
155 outb(vgaCRReg, tmp | 0x01);
165 outb(vgaCRIndex, 0x39);
166 outb(vgaCRReg, 0xa5);
172 outb(vgaCRIndex, 0x45);
174 outb(vgaCRReg, cr45 & 0xfe);
176 outb(vgaCRIndex, 0x46);
177 outb(vgaCRReg, 0xff);
178 outb(vgaCRIndex, 0x47);
179 outb(vgaCRReg, 0x7f);
180 outb(vgaCRIndex, 0x49);
181 outb(vgaCRReg, 0xff);
182 outb(vgaCRIndex, 0x4e);
183 outb(vgaCRReg, 0x3f);
184 outb(vgaCRIndex, 0x4f);
185 outb(vgaCRReg, 0x3f);
186 outb(vgaCRIndex, 0x48);
187 outb(vgaCRReg, 0x7f);
193 outb(vgaCRIndex, 0x45);
194 outb(vgaCRReg, cr45);