Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/greybus/
Duart.c114 if (receive_data->flags & GB_UART_RECV_FLAG_OVERRUN) in gb_uart_receive_data_handler()
/linux-6.6.21/include/linux/greybus/
Dgreybus_protocols.h1309 #define GB_UART_RECV_FLAG_OVERRUN 0x04 /* Overrun error */ macro