Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dxilinx_uartps.c71 #define CDNS_UART_CR_STOPBRK 0x00000100 /* Stop TX break */ macro
798 writel(CDNS_UART_CR_STARTBRK | (~CDNS_UART_CR_STOPBRK & status), in cdns_uart_break_ctl()
801 if ((status & CDNS_UART_CR_STOPBRK) == 0) in cdns_uart_break_ctl()
802 writel(CDNS_UART_CR_STOPBRK | status, in cdns_uart_break_ctl()