Home
last modified time | relevance | path

Searched refs:fsl_spi_cpm_bufs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-fsl-cpm.h22 extern int fsl_spi_cpm_bufs(struct mpc8xxx_spi *mspi,
30 static inline int fsl_spi_cpm_bufs(struct mpc8xxx_spi *mspi, in fsl_spi_cpm_bufs() function
H A Dspi-fsl-cpm.c101 int fsl_spi_cpm_bufs(struct mpc8xxx_spi *mspi, in fsl_spi_cpm_bufs() function
180 EXPORT_SYMBOL_GPL(fsl_spi_cpm_bufs);
H A Dspi-fsl-spi.c277 ret = fsl_spi_cpm_bufs(mpc8xxx_spi, t, is_dma_mapped); in fsl_spi_bufs()