Searched refs:SSTAT0 (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.seq | 93 test SSTAT0, SELDO|SELDI jnz selection; 161 test SSTAT0, SELDO|SELDI jz poll_for_selection; 178 test SSTAT0, SELDI|SELDO jz bus_free_sel; 179 test SSTAT0,SELDO jnz select_out; 183 test SSTAT0, TARGET jz initiator_reselect; 329 test SSTAT0, SPIORDY jz .; 425 test SSTAT0, SPIORDY jz .; 447 test SSTAT0, TARGET jz initiator_select; 586 test SSTAT0, SPIORDY jz .; 928 test SSTAT0, TARGET jnz ultra2_dma_loop; [all …]
|
| D | aic79xx.seq | 82 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus; 112 test SSTAT0, SELDO jnz select_out; 115 test SSTAT0, SELDO jnz select_out; 117 test SSTAT0, SELDI jnz select_in; 162 test SSTAT0, SELDO|SELINGO jnz . + 2; 1222 test SSTAT0, SELDO|SELINGO jnz . + 2; 1738 test SSTAT0, TARGET jnz data_phase_done; 2203 test SSTAT0, SELDO jnz return;
|
| D | aic7xxx.reg | 219 * the data has been safely transferred. SDONE in SSTAT0 is 261 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0. 279 register SSTAT0 {
|
| D | aic79xx.c | 1499 && (ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_seqint() 1552 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 1750 && (ahd_inb(ahd, SSTAT0) & SELDI) == 0 in ahd_handle_scsiint() 1751 && ((ahd_inb(ahd, SSTAT0) & SELDO) == 0 in ahd_handle_scsiint() 3459 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs() 3493 if (ahd_inb(ahd, SSTAT0) & TARGET) in ahd_fetch_devinfo() 7185 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork() 9068 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50); in ahd_dump_card_state()
|
| D | aic7xxx.c | 990 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint() 2189 if (ahc_inb(ahc, SSTAT0) & TARGET) in ahc_fetch_devinfo() 5220 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork() 6795 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50); in ahc_dump_card_state() 7169 && (ahc_inb(ahc, SSTAT0) & TARGET) != 0) { in ahc_recover_commands()
|
| D | aic7xxx_reg.h | 1147 #define SSTAT0 0x0b macro
|
| D | aic79xx.reg | 1813 register SSTAT0 { 1829 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT0.
|
| D | aic79xx_reg.h | 2758 #define SSTAT0 0x4b macro
|
| /freebsd-10-stable/sys/dev/aic/ |
| D | aic6360reg.h | 49 #define SSTAT0 0x0b /* SCSI interrupt status 0 */ macro
|
| D | aic.c | 481 !(aic_inb(aic, SSTAT0) & SPIORDY)) in aic_spiordy() 1194 sstat0 = aic_inb(aic, SSTAT0); in aic_intr_locked()
|