Lines Matching refs:msgout
458 unsigned int msgout;
485 msgout = 0;
493 msgout >>= 8;
494 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24);
496 msgout |= MV_VALID; /* MV valid */
497 msgout |= (unsigned int)data->msgout_len; /* len */
500 msgout = 0;
518 param->msgout = cpu_to_le32(msgout);
590 unsigned int msgout = 0;
647 msgout = 0;
655 msgout >>= 8;
656 msgout |= ((unsigned int)(data->msgoutbuf[i]) << 24);
658 msgout |= MV_VALID; /* MV valid */
659 msgout |= (unsigned int)data->msgout_len; /* len */
660 nsp32_write4(base, SCSI_MSG_OUT, msgout);
700 nsp32_dbg(NSP32_DEBUG_AUTOSCSI, "msgout_len=%d, msgout=0x%x",
701 data->msgout_len, msgout);