Searched refs:SSTAT1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.seq687 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, REQINI
[all...]
H A Daic79xx.seq920 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;
H A Daic7xxx.c761 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
994 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
999 status = ahc_inb(ahc, SSTAT1)
1082 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
6797 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50);
7155 && (ahc_inb(ahc, SSTAT1) & REQINIT) == 0) {
H A Daic7xxx.reg295 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
312 register SSTAT1 {
H A Daic79xx.c1501 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
1554 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
8115 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {
9070 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50);
H A Daic79xx.reg1865 register SSTAT1 {
1881 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h51 #define SSTAT1 0x0c /* SCSI status 1 */ macro
209 /* SSTAT1 How to clear? When set?*/
H A Daic.c544 if (aic_inb(aic, SSTAT1) & SCSIPERR) {
1195 sstat1 = aic_inb(aic, SSTAT1);
1236 sstat1 = aic_inb(aic, SSTAT1);

Completed in 100 milliseconds