Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dumcs.h586 #define MCS7840_UART_LCR_PARITYODD 0x00 /* Parity Odd */ macro
588 #define MCS7840_UART_LCR_PARITYODD 0x00 /* Parity Odd */ macro
H A Dumcs.c626 lcr = MCS7840_UART_LCR_PARITYODD; in umcs7840_cfg_param()