Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dumct.h63 #define LCR_PARITY_NONE 0x00 macro
Dumct.c490 umct_set_lcr(sc, LCR_DATA_BITS_8 | LCR_PARITY_NONE | LCR_STOP_BITS_1); in umct_init()
514 data |= LCR_PARITY_NONE; in umct_param()
550 lcr_data = LCR_DATA_BITS_8 | LCR_PARITY_NONE | in umct_open()