Lines Matching refs:mov

461             mov dx, 0 CF8h
462 mov eax, CX55x0_ID + 090 h
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
478 mov ah, c92DataReg
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;
490 mov ah, c92DataReg
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;
502 mov ah, c92DataReg
503 or ah, DATAOUT9210 mov c92DataReg, ah out dx, ax popf}} void
509 mov dx, 0 CF8h mov eax, CX55x0_ID + 090 h;
514 mov dx, 0 CFCh;
517 mov ah, c92DataReg
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;
530 Preserve just Data IN bit and ah, DATAIN9210 mov al, ah cmp al, 0;
532 must be HIGH mov al, 1 readDataLow:mov readdata, al popf} return (readdata);
540 Point to PCI address register mov dx, 0 CF8h;
541 55 XX GPIO data register mov eax, CX55x0_ID + 090 h;
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;
554 mov ah, c92DataReg
555 and ah, NOT CLOCK9210 mov c92DataReg, ah out dx, ax popf}}