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

/freebsd-10.1-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.c760 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
993 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
998 status = ahc_inb(ahc, SSTAT1)
1081 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
6796 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50);
7154 && (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 Daic7xxx_reg.h126 ahc_print_register(NULL, 0, "SSTAT1", 0x0c, regvalue, cur_col, wrap)
1167 #define SSTAT1 0x0c macro
H A Daic79xx.c1500 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
1553 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
8114 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {
9069 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.
H A Daic79xx_reg.h560 ahd_print_register(NULL, 0, "SSTAT1", 0x4c, regvalue, cur_col, wrap)
2777 #define SSTAT1 0x4c macro
/freebsd-10.1-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 122 milliseconds