Home
last modified time | relevance | path

Searched refs:SC01STR_TBF (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/mn10300/kernel/
Dmn10300-debug.c28 while (SC0STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
30 while (SC0STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
33 while (SC0STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
37 while (SC1STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
39 while (SC1STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
42 while (SC1STR & (SC01STR_TBF)) continue; in debug_to_serial_mnser()
Dgdb-io-ttysm.c284 while (*gdbstub_port->_status & SC01STR_TBF) in gdbstub_io_tx_char()
289 while (*gdbstub_port->_status & SC01STR_TBF) in gdbstub_io_tx_char()
301 while (*gdbstub_port->_status & (SC01STR_TBF | SC01STR_TXF)) in gdbstub_io_tx_flush()
Dmn10300-serial.c781 return (*port->_status & (SC01STR_TXF | SC01STR_TBF)) ? in mn10300_serial_tx_empty()
1631 while (*port->_status & SC01STR_TBF) in mn10300_serial_console_write()
1636 while (*port->_status & SC01STR_TBF) in mn10300_serial_console_write()
1644 while (*port->_status & (SC01STR_TXF | SC01STR_TBF)) in mn10300_serial_console_write()
1764 while (*port->_status & (SC01STR_TBF | SC01STR_TXF)) in mn10300_serial_poll_put_char()
1774 while (*port->_status & SC01STR_TBF) in mn10300_serial_poll_put_char()
1779 while (*port->_status & SC01STR_TBF) in mn10300_serial_poll_put_char()
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c185 while (SC0STR & SC01STR_TBF) in kputchar()
190 while (SC0STR & SC01STR_TBF) in kputchar()
197 while (SC1STR & SC01STR_TBF) in kputchar()
202 while (SC1STR & SC01STR_TBF) in kputchar()
/linux-4.4.14/arch/mn10300/include/asm/
Dserial-regs.h83 #define SC01STR_TBF 0x0020 /* transmit buffer status */ macro