Searched refs:SCSISIGO (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 190 mvi SCSISIGO, P_MESGOUT|BSYO; 513 mvi SCSISIGO, P_MESGOUT|BSYO; 535 clr SCSISIGO; 616 mvi SCSISIGO, P_MESGIN|BSYO; 1503 or SCSISIGO, ATNO, LASTPHASE; 1505 mvi SCSISIGO, ATNO; 1954 or SCSISIGO, ATNO, LASTPHASE; 1956 mvi SCSISIGO, ATNO; 2009 mov SCSISIGO, SINDEX; 2121 and SCSISIGO, PHASE_MASK, SCSISIGI;
|
H A D | aic79xx.seq | 117 test SCSISIGO, ATNO jz idle_loop_check_nonpackreq; 806 test SCSISIGO, ATNO jnz select_out_non_packetized; 973 mvi SCSISIGO, ATNO; 1451 mvi SCSISIGO, ATNO; 1999 test SCSISIGO, ATNO jnz . + 2; 2018 test SCSISIGO, ATNO jnz . + 2; 2165 test SCSISIGO, ATNO jnz . + 2;
|
H A D | aic79xx.c | 250 ahd_outb(ahd, SCSISIGO, ATNO); in ahd_assert_atn() 313 ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */ in ahd_restart() 965 && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { in ahd_handle_seqint() 2002 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0 in ahd_handle_lqiphase_error() 3852 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { in ahd_clear_msg_state() 4087 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO); in ahd_handle_message_phase() 4159 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO); in ahd_handle_message_phase() 9351 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); in ahd_recover_commands()
|
H A D | aic7xxx_reg.h | 1095 #define SCSISIGO 0x03 macro
|
H A D | aic7xxx.reg | 135 register SCSISIGO {
|
H A D | aic79xx_reg.h | 2688 #define SCSISIGO 0x40 macro
|
H A D | aic79xx.reg | 1641 register SCSISIGO {
|