Home
last modified time | relevance | path

Searched refs:cur_msg_mapped (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi.c1177 ctlr->cur_msg_mapped = true; in __spi_map_msg()
1188 if (!ctlr->cur_msg_mapped || !ctlr->can_dma) in __spi_unmap_msg()
1204 ctlr->cur_msg_mapped = false; in __spi_unmap_msg()
1215 if (!ctlr->cur_msg_mapped) in spi_dma_sync_for_device()
1230 if (!ctlr->cur_msg_mapped) in spi_dma_sync_for_cpu()
1530 if (ctlr->cur_msg_mapped && in spi_transfer_one_message()
H A Dspi-ingenic.c249 if (ctlr->cur_msg_mapped && can_dma) in spi_ingenic_transfer_one()
H A Dspi-omap2-mcspi.c1207 ctlr->cur_msg_mapped && in omap2_mcspi_transfer_one()
1219 ctlr->cur_msg_mapped && in omap2_mcspi_transfer_one()
H A Dspi-dw-core.c444 dws->dma_mapped = host->cur_msg_mapped; in dw_spi_transfer_one()
H A Dspi-qup.c684 spi->controller->cur_msg_mapped) in spi_qup_io_prep()
H A Dspi-pxa2xx.c1022 controller->cur_msg_mapped; in pxa2xx_spi_transfer_one()
/openbmc/linux/include/linux/spi/
H A Dspi.h679 bool cur_msg_mapped; member