Searched refs:STATUS_RCVD (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic79xx.seq | 166 or SCB_CONTROL, STATUS_RCVD; 946 or SCB_CONTROL, STATUS_RCVD; 1193 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation; 2057 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle; 2102 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle; 2137 or SCB_CONTROL, STATUS_RCVD; 2270 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle;
|
| D | aic7xxx_reg.h | 1637 #define STATUS_RCVD 0x80 macro
|
| D | aic7xxx.seq | 1475 or SCB_CONTROL, STATUS_RCVD; 1634 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation;
|
| D | aic7xxx.reg | 1067 field STATUS_RCVD 0x80
|
| D | aic79xx_reg.h | 3710 #define STATUS_RCVD 0x08 macro
|
| D | aic79xx.c | 1180 & ~STATUS_RCVD); in ahd_handle_seqint() 2507 & STATUS_RCVD) == 0) { in ahd_handle_proto_violation()
|
| D | aic79xx.reg | 3852 field STATUS_RCVD 0x08
|
| D | aic7xxx.c | 2603 } else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) { in ahc_handle_proto_violation()
|