Home
last modified time | relevance | path

Searched refs:LSR_BI (Results 1 – 3 of 3) sorted by relevance

/hypervisor/include/debug/
A Duart16550.h80 #define LSR_BI (1U << 4U) macro
/hypervisor/debug/
A Dconsole.c121 vu->lsr |= LSR_BI; in vuart_console_rx_chars()
/hypervisor/dm/
A Dvuart.c152 if (((vu->lsr & (LSR_OE | LSR_BI)) != 0U) && ((vu->ier & IER_ELSI) != 0U)) { in vuart_intr_reason()
580 vu->lsr &= ~(LSR_OE | LSR_BI); in vuart_read_reg()

Completed in 8 milliseconds