Home
last modified time | relevance | path

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

/external/u-boot/include/
Ddebug_uart.h118 #define serial_din(reg) \ macro
/external/u-boot/drivers/serial/
Dns16550.c271 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE)) in _debug_uart_putc()
307 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE)) in _debug_uart_putc()