Searched refs:LCR_change_to (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/quatech_usb2/
H A Dquatech_usb2.c958 unsigned char LCR_change_to = 0; local
973 LCR_change_to |= QT2_SERIAL_5_DATA;
976 LCR_change_to |= QT2_SERIAL_6_DATA;
979 LCR_change_to |= QT2_SERIAL_7_DATA;
983 LCR_change_to |= QT2_SERIAL_8_DATA;
990 LCR_change_to |= QT2_SERIAL_ODD_PARITY;
992 LCR_change_to |= QT2_SERIAL_EVEN_PARITY;
994 /* Because LCR_change_to is initialised to zero, we don't have to worry
1003 LCR_change_to |= QT2_SERIAL_TWO_STOPB;
1005 LCR_change_to |
[all...]

Completed in 108 milliseconds