Searched refs:PNX8XXX_UART_LCR_TXBREAK (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dserial_pnx8xxx.h45 #define PNX8XXX_UART_LCR_TXBREAK (1<<30) macro
/linux-4.1.27/drivers/tty/serial/
H A Dpnx8xxx_uart.c364 lcr |= PNX8XXX_UART_LCR_TXBREAK; pnx8xxx_break_ctl()
366 lcr &= ~PNX8XXX_UART_LCR_TXBREAK; pnx8xxx_break_ctl()
426 lcr &= ~PNX8XXX_UART_LCR_TXBREAK; pnx8xxx_shutdown()

Completed in 32 milliseconds