Home
last modified time | relevance | path

Searched refs:UART_RX_DATA (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/xlp-hal/
H A Duart.h39 #define UART_RX_DATA 0x00 macro
146 data = nlm_read_uart_reg(base, UART_RX_DATA); in nlm_uart_inbyte()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dapbuart.h62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
H A Damba-pl010.c42 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro
118 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
H A Dapbuart.c78 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dapbuart.h62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro
H A Damba-pl010.c42 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro
119 while (UART_RX_DATA(status) && max_count--) { in pl010_rx_chars()
H A Dapbuart.c76 while (UART_RX_DATA(status) && (max_chars--)) { in apbuart_rx_chars()

Completed in 8 milliseconds