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

/freebsd-10.1-release/sys/dev/ic/
H A Dns16550.h72 #define LCR_SBREAK 0x40 macro
73 #define CFCR_SBREAK LCR_SBREAK
/freebsd-10.1-release/sys/mips/nlm/hal/
H A Duart.h64 #define LCR_SBREAK 0x40 macro
/freebsd-10.1-release/sys/mips/atheros/
H A Duart_dev_ar933x.c459 lcr |= LCR_SBREAK;
461 lcr &= ~LCR_SBREAK;
/freebsd-10.1-release/sys/mips/cavium/
H A Duart_dev_oct16550.c538 lcr |= LCR_SBREAK;
540 lcr &= ~LCR_SBREAK;
/freebsd-10.1-release/sys/dev/uart/
H A Duart_dev_lpc.c566 lcr |= LCR_SBREAK;
568 lcr &= ~LCR_SBREAK;
H A Duart_dev_ns8250.c545 lcr |= LCR_SBREAK;
547 lcr &= ~LCR_SBREAK;

Completed in 355 milliseconds