Home
last modified time | relevance | path

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

/trueos/sys/dev/aic/
HDaic6360reg.h51 #define SSTAT1 0x0c /* SCSI status 1 */ macro
HDaic.c544 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/
HDaic7xxx.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, REQINIT jz inb_next_wait;
[all …]
HDaic79xx.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;
HDaic7xxx.c760 && (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()
HDaic7xxx.reg295 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
312 register SSTAT1 {
HDaic7xxx_reg.h1167 #define SSTAT1 0x0c macro
HDaic79xx.c1500 && (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()
HDaic79xx.reg1865 register SSTAT1 {
1881 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
HDaic79xx_reg.h2777 #define SSTAT1 0x4c macro