Lines Matching refs:ax
145 pVbe->pInt10->ax = 0xa083;
150 "Attached displays: ax=0x%04x, cx=0x%04x\n",
151 pVbe->pInt10->ax, pVbe->pInt10->cx);
154 if (pVbe->pInt10->ax & 0xff00) {
207 pVbe->pInt10->ax = 0xa084;
212 "Active displays: ax=0x%04x, bx=0x%04x, cx=0x%04x\n",
213 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx);
215 if (pVbe->pInt10->ax & 0xff00) {
241 pVbe->pInt10->ax = 0xa084;
247 "TV not present, disabling: ax=0x%04x, bx=0x%04x, cx=0x%04x\n",
248 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx);
249 if (pVbe->pInt10->ax & 0xff00) {
271 pVbe->pInt10->ax = 0xa084;
277 "Setting TV active: ax=0x%04x, bx=0x%04x, cx=0x%04x\n",
278 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx);
279 if (pVbe->pInt10->ax & 0xff00) {
291 pVbe->pInt10->ax = 0xa019;
297 if (pVbe->pInt10->ax & 0xff00) {
301 switch (pVbe->pInt10->ax & 0x0003) {
308 pVbe->pInt10->ax = 0xa070;
312 if (pVbe->pInt10->ax & 0xff00) {
355 pVbe->pInt10->ax = 0xa070;
360 "TV-Out query: ax=0x%04x, bx=0x%04x, cx=0x%04x, dx=0x%04x\n",
361 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx, pVbe->pInt10->dx);
363 if (pVbe->pInt10->ax & 0xff00) {
384 pVbe->pInt10->ax = 0xa070;
393 "Setting TV active: ax=0x%04x, bx=0x%04x, cx=0x%04x\n",
394 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx);
396 if (pVbe->pInt10->ax & 0xff00) {
435 pVbe->pInt10->ax = 0xa071;
440 "TV standard query result: ax=0x%04x, bx=0x%04x, cx=0x%04x\n",
441 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx);
443 if (pVbe->pInt10->ax & 0xff00) {
480 pVbe->pInt10->ax = 0xa070;
484 if (pVbe->pInt10->ax & 0xff00)