Searched defs:fifo_max (Results 1 – 1 of 1) sorted by relevance
135 static inline void mchp_corespi_read_fifo(struct mchp_corespi *spi, int fifo_max) in mchp_corespi_read_fifo()218 static inline void mchp_corespi_write_fifo(struct mchp_corespi *spi, int fifo_max) in mchp_corespi_write_fifo()506 int fifo_max = DIV_ROUND_UP(min(spi->tx_len, FIFO_DEPTH), spi->n_bytes); in mchp_corespi_transfer_one() local