Home
last modified time | relevance | path

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

/freebsd/sys/dev/ic/
H A Dns16550.h88 #define LCR_STOPB 0x04 macro
89 #define CFCR_STOPB LCR_STOPB
/freebsd/sys/dev/uart/
H A Duart_dev_ns8250.c299 lcr |= LCR_STOPB; in ns8250_param()