Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dserial_txx9.c118 #define TXX9_SICISR_TXALS 0x00000002 macro
371 ret = (sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS) ? TIOCSER_TEMT : 0; in serial_txx9_tx_empty()
420 !(sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS)) in wait_for_xmitr()
/kernel/linux/linux-6.6/arch/mips/txx9/generic/
H A Dsetup.c411 #define TXX9_SICISR_TXALS 0x00000002 in early_txx9_sio_putchar() macro
413 TXX9_SICISR_TXALS)) in early_txx9_sio_putchar()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dserial_txx9.c126 #define TXX9_SICISR_TXALS 0x00000002 macro
412 ret = (sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS) ? TIOCSER_TEMT : 0; in serial_txx9_tx_empty()
464 !(sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS)) in wait_for_xmitr()
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H A Dsetup.c480 #define TXX9_SICISR_TXALS 0x00000002 in early_txx9_sio_putchar() macro
482 TXX9_SICISR_TXALS)) in early_txx9_sio_putchar()

Completed in 7 milliseconds