Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Duart.c110 else if (receive_data->flags & GB_UART_RECV_FLAG_FRAMING) in gb_uart_receive_data_handler()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1303 #define GB_UART_RECV_FLAG_FRAMING 0x01 /* Framing error */ macro