Searched refs:spi_qup_len (Results 1 – 1 of 1) sorted by relevance
171 static inline unsigned int spi_qup_len(struct spi_qup *controller) in spi_qup_len() function238 num_bytes = min_t(int, spi_qup_len(controller) - in spi_qup_read_from_fifo()266 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->rx_bytes, in spi_qup_read()325 num_bytes = min_t(int, spi_qup_len(controller) - in spi_qup_write_to_fifo()352 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->tx_bytes, in spi_qup_write()582 remainder_tx = DIV_ROUND_UP(spi_qup_len(controller) - in spi_qup_data_pending()585 remainder_rx = DIV_ROUND_UP(spi_qup_len(controller) - in spi_qup_data_pending()