Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dserialio.h38 #define spk_serial_tx_busy() ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY) macro
Dspeakup_spkout.c134 while (spk_serial_tx_busy()) { in synth_flush()
Dserialio.c147 while (spk_serial_tx_busy()) { in wait_for_xmitr()
Dspeakup_audptr.c135 while (spk_serial_tx_busy()) { in synth_flush()