Searched refs:LCR_6BITS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ic/
H A Dns16550.h97 #define LCR_6BITS 0x01 macro
98 #define CFCR_6BITS LCR_6BITS
/freebsd-13-stable/sys/mips/nlm/hal/
H A Duart.h57 #define LCR_6BITS 0x01 macro
164 lcr |= LCR_6BITS;
/freebsd-13-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c235 lcr |= LCR_6BITS;
/freebsd-13-stable/sys/dev/uart/
H A Duart_dev_ns8250.c231 lcr |= LCR_6BITS;

Completed in 171 milliseconds