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

/linux-master/drivers/tty/serial/
H A Dserial_txx9.c64 #define TXX9_SICISR 0x0c macro
372 ret = (sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS) ? TIOCSER_TEMT : 0;
385 ret |= (sio_in(up, TXX9_SICISR) & TXX9_SICISR_CTSS) ? 0 : TIOCM_CTS;
421 !(sio_in(up, TXX9_SICISR) & TXX9_SICISR_TXALS))
428 (sio_in(up, TXX9_SICISR) & TXX9_SICISR_CTSS))
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c409 #define TXX9_SICISR 0x0c macro
412 while (!(__raw_readl(early_txx9_sio_port + TXX9_SICISR) &

Completed in 92 milliseconds