Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Dscsi_message.h10 #define MSG_NOOP 0x08 /* M/M */ macro
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/aic7xxx/
Dscsi_message.h17 #define MSG_NOOP 0x08 /* M/M */ macro
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 */ in ahc_restart()
1704 if (mesg_out != MSG_NOOP) { in ahc_handle_scsiint()
3133 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state()
3627 case MSG_NOOP: in ahc_parse_msg()
[all …]
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 */ in ahd_restart()
4419 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()
4694 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state()
5133 case MSG_NOOP: in ahd_parse_msg()
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;
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;
/drivers/scsi/
Daic7xxx_old.c5780 aic_outb(p, MSG_NOOP, MSG_OUT); in aic7xxx_handle_scsiint()
5851 aic_outb(p, MSG_NOOP, MSG_OUT); in aic7xxx_handle_scsiint()
5934 unsigned char mesg_out = MSG_NOOP; in aic7xxx_handle_scsiint()
6046 if (mesg_out != MSG_NOOP) in aic7xxx_handle_scsiint()
8212 aic_outb(p, MSG_NOOP, MSG_OUT); in aic7xxx_register()
8213 aic_outb(p, MSG_NOOP, LAST_MSG); in aic7xxx_register()