Searched refs:SSTAT1 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 685 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 D | aic79xx.seq | 918 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 D | aic7xxx.reg | 293 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1. 310 register SSTAT1 {
|
H A D | aic7xxx_reg.h | 1164 #define SSTAT1 0x0c macro
|
H A D | aic79xx.c | 1486 && (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 D | aic79xx.reg | 1863 register SSTAT1 { 1879 * Writing a 1 to a bit clears the associated SCSI Interrupt in SSTAT1.
|
H A D | aic79xx_reg.h | 2774 #define SSTAT1 0x4c macro
|