Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_16654.h101 #define LCR_BITS_7 0x02 // 7 bits/char macro
Dio_edgeport.c2695 case CS7: lData = LCR_BITS_7; mask = 0x7f; dbg("%s - data bits = 7", __FUNCTION__); break; in change_port_settings()