Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq685 test SSTAT1,REQINIT|BUSFREE jz .;
686 test SSTAT1, BUSFREE jnz poll_for_work;
898 test SSTAT1,PHASEMIS jz .;
929 test SSTAT1,PHASEMIS jz ultra2_dma_loop;
1117 test SSTAT1,PHASEMIS jz dma_loop; /* ie. underrun */
1268 test SSTAT1, REQINIT jz .;
1270 test SSTAT1,PHASEMIS jz data_phase_loop;
1351 test SSTAT1, REQINIT jnz .;
1445 test SSTAT1, PHASEMIS jz . - 1;
1986 test SSTAT1, REQINIT jz inb_next_wait;
[all …]
H A Daic79xx.seq918 test SSTAT1, PHASEMIS jnz p_command_xfer_failed;
1325 test SSTAT1,REQINIT|BUSFREE jz .;
1335 test SSTAT1, BUSFREE jnz idle_loop;
1412 test SSTAT1, SCSIPERR jnz phase_lock;
1439 test SSTAT1, SCSIPERR jnz inb_next_wait;
1739 test SSTAT1, REQINIT jz .;
1756 test SSTAT1, REQINIT jnz .;
1891 test SSTAT1, REQINIT jz snapshot_wait_data_valid;
H A Daic7xxx.reg293 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
310 register SSTAT1 {
H A Daic7xxx_reg.h1164 #define SSTAT1 0x0c macro
H A Daic79xx.c1486 && (ahd_inb(ahd, SSTAT1) & SELTO) == 0) in ahd_handle_seqint()
1539 status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR); in ahd_handle_scsiint()
8038 if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) { in ahd_reset_poll()
8987 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50); in ahd_dump_card_state()
H A Daic79xx.reg1863 register SSTAT1 {
1879 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
H A Daic79xx_reg.h2774 #define SSTAT1 0x4c macro