Searched refs:tx_done (Results 1 – 2 of 2) sorted by relevance
397 uint32_t tx_done; in MSS_SPI_transfer_frame() local418 tx_done = this_spi->hw_reg->STATUS & TX_DONE_MASK; in MSS_SPI_transfer_frame()419 while (0u == tx_done) in MSS_SPI_transfer_frame()421 tx_done = this_spi->hw_reg->STATUS & TX_DONE_MASK; in MSS_SPI_transfer_frame()979 uint32_t tx_done; in MSS_SPI_tx_done() local981 tx_done = this_spi->hw_reg->STATUS & TX_DONE_MASK; in MSS_SPI_tx_done()983 return tx_done; in MSS_SPI_tx_done()
1987 bool tx_done; in MSS_MAC_send_pkts() local2040 tx_done = true; in MSS_MAC_send_pkts()2045 tx_done = false; /* Not done if any queue still active */ in MSS_MAC_send_pkts()2049 if(tx_done) in MSS_MAC_send_pkts()