Lines Matching refs:msgout
320 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
836 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
837 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
849 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
850 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
863 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
864 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
947 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
948 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_message()
1176 dma_sync_to_dev(hostdata, hostdata->msgout, in process_script_interrupt()
1426 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command()
1444 count += spi_populate_tag_msg(&hostdata->msgout[count], SCp); in NCR_700_start_command()
1449 count += spi_populate_sync_msg(&hostdata->msgout[count], in NCR_700_start_command()
1471 dma_sync_to_dev(hostdata, hostdata->msgout, count); in NCR_700_start_command()