Home
last modified time | relevance | path

Searched refs:tx3927_sioptr (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dkgdb_io.c67 } while (!(tx3927_sioptr(0)->cisr & TXx927_SICISR_TXALS)); in putDebugChar()
68 tx3927_sioptr(0)->tfifo = c; in putDebugChar()
85 dicr = tx3927_sioptr(0)->dicr; in getDebugChar()
86 tx3927_sioptr(0)->dicr = 0; in getDebugChar()
94 } while (tx3927_sioptr(0)->disr & TXx927_SIDISR_UVALID) in getDebugChar()
96 c = tx3927_sioptr(0)->rfifo; in getDebugChar()
99 tx3927_sioptr(0)->disr &= ~TXx927_SIDISR_RDIS; in getDebugChar()
101 tx3927_sioptr(0)->dicr = dicr; in getDebugChar()
120 tx3927_sioptr(0)->lcr = 0x020; in debugInit()
121 tx3927_sioptr(0)->dicr = 0; in debugInit()
[all …]
/linux-2.4.37.9/arch/mips/jmr3927/common/
Dputs.c62 } while (!(tx3927_sioptr(1)->cisr & TXx927_SICISR_TXALS)); in putch()
63 tx3927_sioptr(1)->tfifo = c; in putch()
74 dicr = tx3927_sioptr(1)->dicr; in getch()
75 tx3927_sioptr(1)->dicr = 0; in getch()
83 } while (tx3927_sioptr(1)->disr & TXx927_SIDISR_UVALID) in getch()
85 c = tx3927_sioptr(1)->rfifo; in getch()
88 tx3927_sioptr(1)->disr &= ~TXx927_SIDISR_RDIS; in getch()
90 tx3927_sioptr(1)->dicr = dicr; in getch()
113 } while (!(tx3927_sioptr(1)->cisr & TXx927_SICISR_TXALS)); in puts()
114 tx3927_sioptr(1)->tfifo = *cp++; in puts()
[all …]
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtx3927.h360 #define tx3927_sioptr(ch) ((struct txx927_sio_reg *)TX3927_SIO_REG(ch)) macro