Lines Matching refs:msgout
295 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
806 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
807 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
819 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
820 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
834 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
835 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
919 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
920 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message()
1149 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt()
1401 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command()
1419 count += spi_populate_tag_msg(&hostdata->msgout[count], SCp); in NCR_700_start_command()
1424 count += spi_populate_sync_msg(&hostdata->msgout[count], in NCR_700_start_command()
1449 dma_cache_sync(hostdata->dev, hostdata->msgout, count, DMA_TO_DEVICE); in NCR_700_start_command()