Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_16654.h99 #define LCR_BITS_5 0x00 // 5 bits/char macro
Dio_edgeport.c2693 case CS5: lData = LCR_BITS_5; mask = 0x1f; dbg("%s - data bits = 5", __FUNCTION__); break; in change_port_settings()