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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_16654.h117 #define LCR_SET_BREAK 0x40 // Set Break condition macro
H A Dmos7840.c66 #define LCR_SET_BREAK 0x40 /* Set Break condition */ macro
1360 data = mos7840_port->shadowLCR | LCR_SET_BREAK;
1362 data = mos7840_port->shadowLCR & ~LCR_SET_BREAK;

Completed in 57 milliseconds