Home
last modified time | relevance | path

Searched refs:remainder_tx (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/spi/
Dspi-qup.c611 unsigned int remainder_tx, remainder_rx; in spi_qup_data_pending() local
613 remainder_tx = DIV_ROUND_UP(spi_qup_len(controller) - in spi_qup_data_pending()
619 return remainder_tx || remainder_rx; in spi_qup_data_pending()