Home
last modified time | relevance | path

Searched defs:UARTLSR_BRK (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware/include/drivers/ti/uart/
H A Duart_16550.h67 #define UARTLSR_BRK (1 << 4) /* Break Condition Detected */ macro
/arm-trusted-firmware/drivers/nxp/console/
H A D16550_console.S58 #define UARTLSR_BRK (1 << 4) /* Break Condition Detected */ macro