Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dumcs.h585 #define MCS7840_UART_LCR_PARITYON 0x08 /* Parity ON/OFF - ON */ macro
H A Dumcs.c624 lcr |= MCS7840_UART_LCR_PARITYON; in umcs7840_cfg_param()
633 lcr &= ~MCS7840_UART_LCR_PARITYON; in umcs7840_cfg_param()