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

/freebsd-12-stable/sys/dev/intel/
H A Dspi.c221 int txfifo_empty; local
231 txfifo_empty = ((sssr & SSSR_TFL_MASK) == 0) &&
234 if (txfifo_empty && !(sssr & SSSR_RNE))

Completed in 163 milliseconds