Searched refs:MSG_NOOP (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | scsi_message.h | 17 #define MSG_NOOP 0x08 /* M/M */ macro
|
D | aic7xxx_core.c | 94 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 96 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 98 { P_COMMAND, MSG_NOOP, "in Command phase" }, 99 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 102 { P_BUSFREE, MSG_NOOP, "while idle" }, 103 { 0, MSG_NOOP, "in unknown phase" } 825 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ in ahc_restart() 1704 if (mesg_out != MSG_NOOP) { in ahc_handle_scsiint() 3132 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state() 3626 case MSG_NOOP: in ahc_parse_msg() [all …]
|
D | aic79xx_core.c | 84 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 86 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 88 { P_COMMAND, MSG_NOOP, "in Command phase" }, 89 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 92 { P_BUSFREE, MSG_NOOP, "while idle" }, 93 { 0, MSG_NOOP, "in unknown phase" } 1137 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart() 4428 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout() 4703 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state() 5142 case MSG_NOOP: in ahd_parse_msg()
|
D | aic7xxx.seq | 1494 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 1548 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1563 cmp A,MSG_NOOP je mesgin_done;
|
D | aic79xx.seq | 969 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 1019 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1035 cmp A,MSG_NOOP je mesgin_done;
|