Searched refs:LCR_SBREAK (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ic/
H A Dns16550.h72 #define LCR_SBREAK 0x40 macro
73 #define CFCR_SBREAK LCR_SBREAK
/freebsd-11-stable/sys/mips/nlm/hal/
H A Duart.h64 #define LCR_SBREAK 0x40 macro
/freebsd-11-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c539 lcr |= LCR_SBREAK;
541 lcr &= ~LCR_SBREAK;
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_lpc.c570 lcr |= LCR_SBREAK;
572 lcr &= ~LCR_SBREAK;
H A Duart_dev_ns8250.c628 lcr |= LCR_SBREAK;
630 lcr &= ~LCR_SBREAK;

Completed in 176 milliseconds