Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dserial_txx9.c133 #define TXX9_SICISR_TXALS 0x00000002 macro
427 ret = (sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS) ? TIOCSER_TEMT : 0; in serial_txx9_tx_empty()
479 !(sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS)) in wait_for_xmitr()
/linux-3.4.99/arch/mips/txx9/generic/
Dsetup.c532 #define TXX9_SICISR_TXALS 0x00000002 in early_txx9_sio_putchar() macro
534 TXX9_SICISR_TXALS)) in early_txx9_sio_putchar()