Lines Matching refs:dx
461 mov dx, 0 CF8h
463 out dx, eax
464 mov dx, 0 CFCh mov al, 0 CFh mov ah, 00 h out dx, ax popf}
472 Point to PCI address register mov dx, 0 CF8h;
473 55 XX GPIO data register mov eax, CX55x0_ID + 090 h out dx, eax;
475 mov dx, 0 CFCh
476 in ax, dx
479 or ah, CS9210 mov c92DataReg, ah out dx, ax popf}} void
484 Point to PCI address register mov dx, 0 CF8h;
485 55 XX GPIO data register mov eax, CX55x0_ID + 090 h out dx, eax;
487 mov dx, 0 CFCh;
489 in ax, dx
491 and ah, NOT CS9210 mov c92DataReg, ah out dx, ax popf}} void
496 Point to PCI address register mov dx, 0 CF8h;
497 55 XX GPIO data register mov eax, CX55x0_ID + 090 h out dx, eax;
499 mov dx, 0 CFCh;
501 in ax, dx
503 or ah, DATAOUT9210 mov c92DataReg, ah out dx, ax popf}} void
509 mov dx, 0 CF8h mov eax, CX55x0_ID + 090 h;
512 55 XX GPIO data register out dx, eax;
514 mov dx, 0 CFCh;
516 in ax, dx
518 and ah, NOT DATAOUT9210 mov c92DataReg, ah out dx, ax popf}}
526 Point to PCI address register mov dx, 0 CF8h;
527 55 XX GPIO data register mov eax, CX55x0_ID + 090 h out dx, eax;
529 mov dx, 0F Ch in ax, dx;
540 Point to PCI address register mov dx, 0 CF8h;
543 out dx, eax mov dx, 0 CFCh;
544 SET CLOCK in ax, dx mov ah, c92DataReg or ah, CLOCK9210 mov c92DataReg, ah out dx, ax out 0ED h, al /* IOPAUSE */
546 Point to PCI address register mov dx, 0 CF8h;
547 55 XX GPIO data register mov eax, CX55x0_ID + 090 h out dx, eax;
549 mov dx, 0 CFCh;
553 in ax, dx
555 and ah, NOT CLOCK9210 mov c92DataReg, ah out dx, ax popf}}