Searched refs:new_LCR (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/serqt_usb2/
H A Dserqt_usb2.c1241 unsigned char new_LCR = 0; local
1253 new_LCR |= SERIAL_5_DATA;
1256 new_LCR |= SERIAL_6_DATA;
1259 new_LCR |= SERIAL_7_DATA;
1263 new_LCR |= SERIAL_8_DATA;
1270 new_LCR |= SERIAL_ODD_PARITY;
1272 new_LCR |= SERIAL_EVEN_PARITY;
1275 new_LCR |= SERIAL_TWO_STOPB;
1277 new_LCR |= SERIAL_ONE_STOPB;
1299 qt_setuart(port->serial, index, (unsigned short)divisor, new_LCR);
[all...]

Completed in 162 milliseconds