Searched refs:spi_qup_len (Results 1 – 1 of 1) sorted by relevance
172 static inline unsigned int spi_qup_len(struct spi_qup *controller) in spi_qup_len() function239 num_bytes = min_t(int, spi_qup_len(controller) - in spi_qup_read_from_fifo()267 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->rx_bytes, in spi_qup_read()326 num_bytes = min_t(int, spi_qup_len(controller) - in spi_qup_write_to_fifo()353 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->tx_bytes, in spi_qup_write()583 remainder_tx = DIV_ROUND_UP(spi_qup_len(controller) - in spi_qup_data_pending()586 remainder_rx = DIV_ROUND_UP(spi_qup_len(controller) - in spi_qup_data_pending()