Searched refs:SCSISIGI (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 236 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 …]
|
H A D | aic79xx.seq | 639 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 …]
|
H A D | aic79xx.c | 1031 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1210 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1283 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 1317 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 1330 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 1832 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2452 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation() 3423 if ((ahd_inb(ahd, SCSISIGI) & BSYI) != 0 in ahd_update_pending_scbs() 4073 if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0 in ahd_handle_message_phase() 4125 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase() [all …]
|
H A D | aic7xxx.reg | 104 register SCSISIGI { 116 * Possible phases in SCSISIGI
|
H A D | aic7xxx_reg.h | 1086 #define SCSISIGI 0x03 macro
|
H A D | aic79xx.reg | 1668 register SCSISIGI { 1681 * Possible phases in SCSISIGI
|
H A D | aic79xx_reg.h | 2700 #define SCSISIGI 0x41 macro
|