Searched refs:SC01STR_TBF (Results 1 – 5 of 5) sorted by relevance
28 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()
284 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()
781 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()
185 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()
83 #define SC01STR_TBF 0x0020 /* transmit buffer status */ macro