Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dserialio.h27 #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.c148 while (spk_serial_tx_busy()) { in wait_for_xmitr()
Dspeakup_audptr.c135 while (spk_serial_tx_busy()) { in synth_flush()