Searched refs:MSG_NOOP (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx/
H A Dscsi_message.h17 #define MSG_NOOP 0x08 /* M/M */ macro
H A Daic7xxx_core.c94 { 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 */
1704 if (mesg_out != MSG_NOOP) {
3132 ahc_outb(ahc, MSG_OUT, MSG_NOOP);
3626 case MSG_NOOP
[all...]
H A Daic79xx.seq969 * 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;
H A Daic7xxx.seq1494 * 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;
H A Daic79xx_core.c84 { 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 */
4428 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
4703 ahd_outb(ahd, MSG_OUT, MSG_NOOP);
5142 case MSG_NOOP
[all...]
/drivers/scsi/aic7xxx_old/
H A Dscsi_message.h10 #define MSG_NOOP 0x08 /* M/M */ macro
H A Daic7xxx.seq251 mvi MSG_OUT, MSG_NOOP; /* No message to send */
704 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP,
768 mvi MSG_OUT, MSG_NOOP; /* No message left */
784 cmp A,MSG_NOOP je mesgin_done;
/drivers/scsi/
H A Daic7xxx_old.c5774 aic_outb(p, MSG_NOOP, MSG_OUT);
5845 aic_outb(p, MSG_NOOP, MSG_OUT);
5928 unsigned char mesg_out = MSG_NOOP;
6040 if (mesg_out != MSG_NOOP)
8206 aic_outb(p, MSG_NOOP, MSG_OUT);
8207 aic_outb(p, MSG_NOOP, LAST_MSG);

Completed in 219 milliseconds