Home
last modified time | relevance | path

Searched refs:SCSISIGI (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq237 test SCSISIGI, ATNI jz target_busfree;
264 test SCSISIGI, ATNI jz ident_messages_done;
289 test SCSISIGI, ATNI jz target_busfree;
313 test SCSISIGI, ATNI jnz target_mesgout_continue;
489 test SCSISIGI, ATNI jnz target_mesgout;
528 test SCSISIGI, ACKI jnz .;
1453 test SCSISIGI, ACKI jnz .;
1628 test SCSISIGI, ATNI jnz mesgin_done;
1711 test SCSISIGI, ATNI jnz mesgin_done;
1992 and LASTPHASE, PHASE_MASK, SCSISIGI;
[all …]
Daic79xx.seq999 test SCSISIGI, ATNI jnz mesgin_done;
1094 test SCSISIGI, ATNI jnz mesgin_done;
1200 test SCSISIGI, ACKI jnz phase_lock;
1201 test SCSISIGI, REQI jz phase_lock;
1203 test SCSISIGI, ACKI jnz phase_lock;
1204 test SCSISIGI, REQI jz phase_lock;
1211 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1238 and LASTPHASE, PHASE_MASK, SCSISIGI;
Daic7xxx.reg107 register SCSISIGI {
119 * Possible phases in SCSISIGI
Daic7xxx_reg.h1095 #define SCSISIGI 0x03 macro
Daic79xx.reg1680 register SCSISIGI {
1693 * Possible phases in SCSISIGI
/mirbsd/src/sys/dev/ic/
Daic7xxx.c636 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
675 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
686 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
708 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
783 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
787 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) { in ahc_handle_seqint()
800 if ((ahc_inb(ahc, SCSISIGI) in ahc_handle_seqint()
964 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
972 intstat, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
1078 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
[all …]