HomeSort by relevance Sort by last modified time
    Searched refs:serial_din (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
debug_uart.h 118 #define serial_din(reg) \ macro
  /external/u-boot/drivers/serial/
ns16550.c 271 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE))
307 while (!(serial_din(&com_port->lsr) & UART_LSR_THRE))

Completed in 751 milliseconds