Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_pl011.c90 #define LCR_H_STP2 (1 << 3) /* 2 stop frames at the end */ macro
228 line |= LCR_H_STP2; in uart_pl011_param()
230 line &= ~LCR_H_STP2; in uart_pl011_param()