Searched refs:spi_qup_len (Results 1 – 1 of 1) sorted by relevance
179 static inline unsigned int spi_qup_len(struct spi_qup *controller) in spi_qup_len() function263 num_bytes = min_t(int, spi_qup_len(controller) - in spi_qup_read_from_fifo()291 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->rx_bytes, in spi_qup_read()350 num_bytes = min_t(int, spi_qup_len(controller) - in spi_qup_write_to_fifo()377 remainder = DIV_ROUND_UP(spi_qup_len(controller) - controller->tx_bytes, in spi_qup_write()613 remainder_tx = DIV_ROUND_UP(spi_qup_len(controller) - in spi_qup_data_pending()616 remainder_rx = DIV_ROUND_UP(spi_qup_len(controller) - in spi_qup_data_pending()