Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-imx.c229 static int spi_imx_bytes_per_word(const int bits_per_word) in spi_imx_bytes_per_word() function
333 bytes_per_word = spi_imx_bytes_per_word(spi_imx->bits_per_word); in spi_imx_buf_rx_swap_u32()
358 if (spi_imx_bytes_per_word(spi_imx->bits_per_word) == 2) { in spi_imx_buf_rx_swap()
388 bytes_per_word = spi_imx_bytes_per_word(spi_imx->bits_per_word); in spi_imx_buf_tx_swap_u32()
410 if (spi_imx_bytes_per_word(spi_imx->bits_per_word) == 2) { in spi_imx_buf_tx_swap()
430 unsigned int bytes_per_word = spi_imx_bytes_per_word(spi_imx->bits_per_word); in mx53_ecspi_rx_target()
473 bytes_per_word = spi_imx_bytes_per_word(spi_imx->bits_per_word); in mx53_ecspi_tx_target()
1237 spi_imx->remainder = spi_imx_bytes_per_word(spi_imx->bits_per_word); in spi_imx_push()
1292 switch (spi_imx_bytes_per_word(spi_imx->bits_per_word)) { in spi_imx_dma_configure()
1497 bytes_per_word = spi_imx_bytes_per_word(transfer->bits_per_word); in spi_imx_dma_transfer()