Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Daic6360reg.h74 #define SSTAT1 0x0c /* SCSI status 1 */ macro
Daic6360.c938 sstat1 = bus_space_read_1(iot, ioh, SSTAT1);
1317 sstat1 = bus_space_read_1(iot, ioh, SSTAT1);
1673 sstat1 = bus_space_read_1(iot, ioh, SSTAT1);
2141 bus_space_read_1(iot, ioh, SSTAT1),
Daic7xxx.c772 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) { in ahc_handle_seqint()
1005 status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahc_handle_scsiint()
1010 status = ahc_inb(ahc, SSTAT1) in ahc_handle_scsiint()
1092 if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0 in ahc_handle_scsiint()
6661 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50); in ahc_dump_card_state()
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq684 test SSTAT1,REQINIT|BUSFREE jz .;
685 test SSTAT1, BUSFREE jnz poll_for_work;
902 test SSTAT1,PHASEMIS jz .;
935 test SSTAT1,PHASEMIS jz ultra2_dma_loop;
1117 test SSTAT1,PHASEMIS jz dma_loop; /* ie. underrun */
1271 test SSTAT1, REQINIT jz .;
1273 test SSTAT1,PHASEMIS jz data_phase_loop;
1354 test SSTAT1, REQINIT jnz .;
1448 test SSTAT1, PHASEMIS jz . - 1;
1989 test SSTAT1, REQINIT jz inb_next_wait;
[all …]
Daic79xx.seq1126 test SSTAT1,REQINIT|BUSFREE jz .;
1127 test SSTAT1, BUSFREE jnz idle_loop;
1209 test SSTAT1, SCSIPERR jnz phase_lock;
1236 test SSTAT1, SCSIPERR jnz inb_next_wait;
1495 test SSTAT1, REQINIT jz .;
1512 test SSTAT1, REQINIT jnz .;
1647 test SSTAT1, REQINIT jz snapshot_wait_data_valid;
Daic7xxx.reg296 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
313 register SSTAT1 {
Daic7xxx_reg.h1173 #define SSTAT1 0x0c macro
Daic79xx.reg1875 register SSTAT1 {
1891 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.