Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/serial/
Dumcs.h585 #define MCS7840_UART_LCR_PARITYODD 0x00 /* Parity Odd */ macro
587 #define MCS7840_UART_LCR_PARITYODD 0x00 /* Parity Odd */ macro
Dumcs.c628 lcr = MCS7840_UART_LCR_PARITYODD; in umcs7840_cfg_param()