Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dumcs.h586 #define MCS7840_UART_LCR_PARITYON 0x08 /* Parity ON/OFF - ON */ macro
Dumcs.c629 lcr |= MCS7840_UART_LCR_PARITYON; in umcs7840_param()
636 lcr &= ~MCS7840_UART_LCR_PARITYON; in umcs7840_param()