Searched refs:STATUS_RCVD (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 127 or SCB_CONTROL, STATUS_RCVD; 753 or SCB_CONTROL, STATUS_RCVD; 1006 test SCB_CONTROL, STATUS_RCVD jz mesgin_proto_violation; 1811 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle; 1858 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle; 1893 or SCB_CONTROL, STATUS_RCVD; 2012 test SCB_CONTROL, STATUS_RCVD jnz pkt_complete_scb_if_fifos_idle;
|
D | aic7xxx_reg.h | 1634 #define STATUS_RCVD 0x80 macro
|
D | aic7xxx.seq | 1470 or SCB_CONTROL, STATUS_RCVD; 1629 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_core.c | 799 ahd_inb(ahd, SCB_CONTROL) & ~STATUS_RCVD); in ahd_handle_seqint() 2042 & STATUS_RCVD) == 0) { in ahd_handle_proto_violation()
|
D | aic79xx.reg | 3813 field STATUS_RCVD 0x08
|
D | aic7xxx_core.c | 2582 } else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) { in ahc_handle_proto_violation()
|