Home
last modified time | relevance | path

Searched refs:TXRDY (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/xmon/
Dstart.c28 unsigned int TXRDY, RXRDY, DLAB; variable
177 TXRDY = 4; in xmon_map_scc()
199 TXRDY = 0x20; in xmon_map_scc()
207 TXRDY = 0x20; in xmon_map_scc()
213 TXRDY = 0x20; in xmon_map_scc()
267 while ((*sccc & TXRDY) == 0) in xmon_write()
/linux-2.4.37.9/arch/ppc64/xmon/
Dstart.c28 unsigned long TXRDY, RXRDY; variable
76 TXRDY = 0x20; in xmon_map_scc()
99 while ((*sccc & TXRDY) == 0) { in xmon_write()