Home
last modified time | relevance | path

Searched refs:disr (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()
99 tx3927_sioptr(0)->disr &= ~TXx927_SIDISR_RDIS; in getDebugChar()
122 tx3927_sioptr(0)->disr = 0x4100; in debugInit()
/linux-2.4.37.9/arch/mips/jmr3927/common/
Dputs.c83 } while (tx3927_sioptr(1)->disr & TXx927_SIDISR_UVALID) in getch()
88 tx3927_sioptr(1)->disr &= ~TXx927_SIDISR_RDIS; in getch()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtxx927.h34 volatile unsigned long disr; member
/linux-2.4.37.9/drivers/char/
Dserial_txx927.c402 *status = sio_reg(info)->disr; in receive_chars()
478 status = sio_reg(info)->disr; in rs_interrupt_single()
493 sio_reg(info)->disr &= ~(TXx927_SIDISR_TDIS | TXx927_SIDISR_RDIS | TXx927_SIDISR_TOUT); in rs_interrupt_single()
697 sio_reg(info)->disr = 0; in startup()