Searched refs:SSTAT0 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 91 test SSTAT0, SELDO|SELDI jnz selection; 159 test SSTAT0, SELDO|SELDI jz poll_for_selection; 176 test SSTAT0, SELDI|SELDO jz bus_free_sel; 177 test SSTAT0,SELDO jnz select_out; 181 test SSTAT0, TARGET jz initiator_reselect; 327 test SSTAT0, SPIORDY jz .; 423 test SSTAT0, SPIORDY jz .; 445 test SSTAT0, TARGET jz initiator_select; 584 test SSTAT0, SPIORDY jz .; 926 test SSTAT0, TARGET jnz ultra2_dma_loop; [all …]
|
H A D | aic79xx.seq | 80 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus; 110 test SSTAT0, SELDO jnz select_out; 113 test SSTAT0, SELDO jnz select_out; 115 test SSTAT0, SELDI jnz select_in; 160 test SSTAT0, SELDO|SELINGO jnz . + 2; 1220 test SSTAT0, SELDO|SELINGO jnz . + 2; 1736 test SSTAT0, TARGET jnz data_phase_done; 2201 test SSTAT0, SELDO jnz return;
|
H A D | aic7xxx.reg | 217 * the data has been safely transferred. SDONE in SSTAT0 is 259 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0. 277 register SSTAT0 {
|
H A D | aic79xx.c | 1485 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 1538 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 1730 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint() 1731 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 3424 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 3458 if (ahd_inb(ahd, SSTAT0) & TARGET) in ahd_fetch_devinfo() 7115 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork() 8986 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50); in ahd_dump_card_state()
|
H A D | aic7xxx_reg.h | 1144 #define SSTAT0 0x0b macro
|
H A D | aic79xx.reg | 1811 register SSTAT0 { 1827 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0.
|
H A D | aic79xx_reg.h | 2755 #define SSTAT0 0x4b macro
|