Searched refs:MSG_NOOP (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | scsi_message.h | 10 #define MSG_NOOP 0x08 /* M/M */ macro
|
D | aic7xxx.seq | 251 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/ |
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() 3133 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state() 3627 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() 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()
|
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;
|
/drivers/scsi/ |
D | aic7xxx_old.c | 5780 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()
|