Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_16654.h100 #define LCR_BITS_6 0x01 // 6 bits/char macro
Dio_edgeport.c2694 case CS6: lData = LCR_BITS_6; mask = 0x3f; dbg("%s - data bits = 6", __FUNCTION__); break; in change_port_settings()