Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dkgdb_io.c94 } while (tx3927_sioptr(0)->disr & TXx927_SIDISR_UVALID) in getDebugChar()
/linux-2.4.37.9/arch/mips/jmr3927/common/
Dputs.c83 } while (tx3927_sioptr(1)->disr & TXx927_SIDISR_UVALID) in getch()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtxx927.h114 #define TXx927_SIDISR_UVALID 0x00004000 macro
/linux-2.4.37.9/drivers/char/
Dserial_txx927.c403 } while (!(*status & TXx927_SIDISR_UVALID)); in receive_chars()