Searched refs:USART_CSR_RXBRK (Results 1 – 2 of 2) sorted by relevance
97 #define USART_CSR_RXBRK (1UL << 2) /* Break received */ macro
539 WR4(&sc->sc_bas, USART_IER, USART_CSR_RXBRK | USART_DCE_CHANGE_BITS); in at91_usart_bus_attach()788 if (csr & USART_CSR_RXBRK) { in at91_usart_bus_ipend()