HomeSort by: relevance | last modified time | path
    Searched refs:REQINIT (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
aic6360reg.h 240 #define REQINIT 0x01 /* C or ACK asserting edge of REQ */
aic6360.c 990 if ((sstat1 & (REQINIT | PHASECHG | BUSFREE)) != 0)
992 /* Wait for REQINIT. XXX Need timeout. */
1370 if ((sstat1 & (REQINIT | PHASECHG | BUSFREE)) != 0)
1372 /* Wait for REQINIT. XXX Need timeout. */
1969 if ((sstat1 & REQINIT) == 0) {
1970 /* Wait for REQINIT. */
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 682 test SSTAT1,REQINIT|BUSFREE jz .;
1269 test SSTAT1, REQINIT jz .;
1352 test SSTAT1, REQINIT jnz .;
1987 test SSTAT1, REQINIT jz inb_next_wait;
2118 test SSTAT1, REQINIT jz phase_lock;
aic79xx.seq 1125 test SSTAT1,REQINIT|BUSFREE jz .;
1494 test SSTAT1, REQINIT jz .;
1511 test SSTAT1, REQINIT jnz .;
1638 * already seen and acked (REQINIT never comes true).
1646 test SSTAT1, REQINIT jz snapshot_wait_data_valid;
aic7xxx.reg 322 field REQINIT 0x01
aic7xxx_reg.h 1180 #define REQINIT 0x01
aic79xx.reg 1885 field REQINIT 0x01
aic79xx_reg.h 2748 #define REQINIT 0x01

Completed in 43 milliseconds