Lines Matching refs:msgout
319 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
835 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
836 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
848 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
849 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
862 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
863 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_extended_message()
946 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
947 dma_sync_to_dev(hostdata, hostdata->msgout, 1); in process_message()
1175 dma_sync_to_dev(hostdata, hostdata->msgout, in process_script_interrupt()
1425 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command()
1443 count += spi_populate_tag_msg(&hostdata->msgout[count], SCp); in NCR_700_start_command()
1448 count += spi_populate_sync_msg(&hostdata->msgout[count], in NCR_700_start_command()
1470 dma_sync_to_dev(hostdata, hostdata->msgout, count); in NCR_700_start_command()