Searched refs:SSTAT1 (Results 1 – 10 of 10) sorted by relevance
| /trueos/sys/dev/aic/ |
| HD | aic6360reg.h | 51 #define SSTAT1 0x0c /* SCSI status 1 */ macro
|
| HD | aic.c | 544 if (aic_inb(aic, SSTAT1) & SCSIPERR) { in aic_msgin() 1195 sstat1 = aic_inb(aic, SSTAT1); in aic_intr_locked() 1236 sstat1 = aic_inb(aic, SSTAT1); in aic_intr_locked()
|
| /trueos/sys/dev/aic7xxx/ |
| HD | aic7xxx.seq | 687 test SSTAT1,REQINIT|BUSFREE jz .; 688 test SSTAT1, BUSFREE jnz poll_for_work; 900 test SSTAT1,PHASEMIS jz .; 931 test SSTAT1,PHASEMIS jz ultra2_dma_loop; 1119 test SSTAT1,PHASEMIS jz dma_loop; /* ie. underrun */ 1270 test SSTAT1, REQINIT jz .; 1272 test SSTAT1,PHASEMIS jz data_phase_loop; 1353 test SSTAT1, REQINIT jnz .; 1447 test SSTAT1, PHASEMIS jz . - 1; 1988 test SSTAT1, REQINIT jz inb_next_wait; [all …]
|
| HD | aic79xx.seq | 920 test SSTAT1, PHASEMIS jnz p_command_xfer_failed; 1327 test SSTAT1,REQINIT|BUSFREE jz .; 1337 test SSTAT1, BUSFREE jnz idle_loop; 1414 test SSTAT1, SCSIPERR jnz phase_lock; 1441 test SSTAT1, SCSIPERR jnz inb_next_wait; 1741 test SSTAT1, REQINIT jz .; 1758 test SSTAT1, REQINIT jnz .; 1893 test SSTAT1, REQINIT jz snapshot_wait_data_valid;
|
| HD | aic7xxx.c | 760 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint() 993 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint() 998 status = ahc_inb(ahc, SSTAT1) in ahc_handle_scsiint() 1081 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint() 6796 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50); in ahc_dump_card_state() 7154 && (ahc_inb(ahc, SSTAT1) & REQINIT) == 0) { in ahc_recover_commands()
|
| HD | aic7xxx.reg | 295 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1. 312 register SSTAT1 {
|
| HD | aic7xxx_reg.h | 1167 #define SSTAT1 0x0c macro
|
| HD | aic79xx.c | 1500 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0) in ahd_handle_seqint() 1553 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint() 8114 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) { in ahd_reset_poll() 9069 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50); in ahd_dump_card_state()
|
| HD | aic79xx.reg | 1865 register SSTAT1 { 1881 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
|
| HD | aic79xx_reg.h | 2777 #define SSTAT1 0x4c macro
|