Lines Matching refs:msgout
308 hostdata->msgout = memory + MSGOUT_OFFSET; in NCR_700_detect()
821 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
822 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()
849 hostdata->msgout[0] = A_REJECT_MSG; in process_extended_message()
850 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message()
934 hostdata->msgout[0] = A_REJECT_MSG; in process_message()
935 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message()
1164 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt()
1416 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command()
1434 count += spi_populate_tag_msg(&hostdata->msgout[count], SCp); in NCR_700_start_command()
1439 count += spi_populate_sync_msg(&hostdata->msgout[count], in NCR_700_start_command()
1464 dma_cache_sync(hostdata->dev, hostdata->msgout, count, DMA_TO_DEVICE); in NCR_700_start_command()