Searched refs:EXUART_ULCON_PARITY_EVEN (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/fdt/ | ||
| D | exuartreg.h | 28 #define EXUART_ULCON_PARITY_EVEN (0x5 << 3) macro |
| D | exuart.c | 445 SET(sc->sc_ulcon, EXUART_ULCON_PARITY_EVEN); in exuart_param() |