Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-mpfs.c26 #define FIFO_DEPTH (32) macro
506 int fifo_max = DIV_ROUND_UP(min(spi->tx_len, FIFO_DEPTH), spi->n_bytes); in mpfs_spi_transfer_one()
H A Dspi-s3c64xx.c119 #define FIFO_DEPTH(i) ((FIFO_LVL_MASK(i) >> 1) + 1) macro
1289 sdd->fifo_depth = FIFO_DEPTH(sdd); in s3c64xx_spi_probe()
H A Dspi-axiado.c513 xspi->tx_fifo_depth = FIFO_DEPTH; in ax_spi_detect_fifo_depth()