Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx.seq236 test SCSISIGI, ATNI jz target_busfree;
263 test SCSISIGI, ATNI jz ident_messages_done;
288 test SCSISIGI, ATNI jz target_busfree;
312 test SCSISIGI, ATNI jnz target_mesgout_continue;
490 test SCSISIGI, ATNI jnz target_mesgout;
529 test SCSISIGI, ACKI jnz .;
1450 test SCSISIGI, ACKI jnz .;
1625 test SCSISIGI, ATNI jnz mesgin_done;
1708 test SCSISIGI, ATNI jnz mesgin_done;
1989 and LASTPHASE, PHASE_MASK, SCSISIGI;
[all …]
HDaic7xxx.c624 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
663 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
674 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
696 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
770 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
774 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) { in ahc_handle_seqint()
787 if ((ahc_inb(ahc, SCSISIGI) in ahc_handle_seqint()
950 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
958 intstat, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint()
1065 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
[all …]
HDaic79xx.seq639 test SCSISIGI, BSYI jz . + 2;
825 test SCSISIGI, BSYI jz . + 2;
1184 test SCSISIGI, ATNI jnz mesgin_done;
1292 test SCSISIGI, ATNI jnz mesgin_done;
1403 test SCSISIGI, ACKI jnz phase_lock;
1404 test SCSISIGI, REQI jz phase_lock;
1406 test SCSISIGI, ACKI jnz phase_lock;
1407 test SCSISIGI, REQI jz phase_lock;
1414 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1441 and LASTPHASE, PHASE_MASK, SCSISIGI;
[all …]
HDaic79xx.c1038 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1217 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1290 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
1324 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
1337 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint()
1839 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
2461 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
3432 if ((ahd_inb(ahd, SCSISIGI) & BSYI) != 0 in ahd_update_pending_scbs()
4082 if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0 in ahd_handle_message_phase()
4134 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase()
[all …]
HDaic7xxx.reg104 register SCSISIGI {
116 * Possible phases in SCSISIGI
HDaic7xxx_reg.h1086 #define SCSISIGI 0x03 macro
HDaic79xx.reg1668 register SCSISIGI {
1681 * Possible phases in SCSISIGI
HDaic79xx_reg.h2700 #define SCSISIGI 0x41 macro