Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.h25 #define UART_STATUS_DR 0x00000001 /* Data Ready */ macro
62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0)
A Dapbuart.c141 if (status & UART_STATUS_DR) in apbuart_int()

Completed in 5 milliseconds