Searched refs:STATUS_RCVD (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 129 or SCB_CONTROL, STATUS_RCVD; 752 or SCB_CONTROL, STATUS_RCVD; 1005 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation; 1810 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle; 1857 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle; 1892 or SCB_CONTROL, STATUS_RCVD; 2013 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle;
|
| D | aic7xxx_reg.h | 1643 #define STATUS_RCVD 0x80 macro
|
| D | aic7xxx.seq | 1474 or SCB_CONTROL, STATUS_RCVD; 1633 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation;
|
| D | aic7xxx.reg | 1067 field STATUS_RCVD 0x80
|
| D | aic79xx_reg.h | 3661 #define STATUS_RCVD 0x08 macro
|
| D | aic79xx.reg | 3815 field STATUS_RCVD 0x08
|
| /netbsd/src/sys/dev/ic/ |
| D | aic79xx.c | 1147 & ~STATUS_RCVD); in ahd_handle_seqint() 2392 & STATUS_RCVD) == 0) { in ahd_handle_proto_violation()
|
| D | aic7xxx.c | 2582 } else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) { in ahc_handle_proto_violation()
|