Home
last modified time | relevance | path

Searched refs:is_dma_mapped (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-fsl-cpm.h23 struct spi_transfer *t, bool is_dma_mapped);
32 bool is_dma_mapped) { return 0; } in fsl_spi_cpm_bufs() argument
H A Dspi-fsl-cpm.c102 struct spi_transfer *t, bool is_dma_mapped) in fsl_spi_cpm_bufs() argument
107 if (is_dma_mapped) { in fsl_spi_cpm_bufs()
H A Dspi-fsl-spi.c253 bool is_dma_mapped) in fsl_spi_bufs() argument
277 ret = fsl_spi_cpm_bufs(mpc8xxx_spi, t, is_dma_mapped); in fsl_spi_bufs()
H A Dspi-atmel.c1380 if ((!host->cur_msg->is_dma_mapped) in atmel_spi_one_transfer()
1460 if (!host->cur_msg->is_dma_mapped in atmel_spi_one_transfer()
H A Dspi-pxa2xx.c964 if (message->is_dma_mapped in pxa2xx_spi_transfer_one()
/openbmc/linux/Documentation/spi/
H A Dpxa2xx.rst203 if spi_message.is_dma_mapped and rx_dma_buf != 0 and tx_dma_buf != 0 then
H A Dspi-summary.rst423 you can use spi_message.is_dma_mapped to tell the controller driver
/openbmc/linux/include/linux/spi/
H A Dspi.h1113 unsigned is_dma_mapped:1; member