Home
last modified time | relevance | path

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

/freebsd/sys/dev/intel/
H A Dspi.c231 int txfifo_empty; in intelspi_transaction_done() local
241 txfifo_empty = ((sssr & SSSR_TFL_MASK) == 0) && in intelspi_transaction_done()
244 if (txfifo_empty && !(sssr & SSSR_RNE)) in intelspi_transaction_done()