Lines Matching refs:msgout
308 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
822 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
823 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
835 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
836 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
850 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
851 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
935 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
936 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message()
1161 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt()
1413 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command()
1431 count += spi_populate_tag_msg(&hostdata->msgout[count], SCp); in NCR_700_start_command()
1436 count += spi_populate_sync_msg(&hostdata->msgout[count], in NCR_700_start_command()
1461 dma_cache_sync(hostdata->dev, hostdata->msgout, count, DMA_TO_DEVICE); in NCR_700_start_command()