Searched defs:fifo_max (Results 1 – 1 of 1) sorted by relevance
91 static inline void mchp_corespi_read_fifo(struct mchp_corespi *spi, u32 fifo_max) in mchp_corespi_read_fifo()125 static inline void mchp_corespi_write_fifo(struct mchp_corespi *spi, u32 fifo_max) in mchp_corespi_write_fifo()277 unsigned int fifo_max = min(spi->tx_len, spi->fifo_depth); in mchp_corespi_transfer_one() local