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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Dmos7840.c178 #define SERIAL_LCR_DLAB ((__u16)(0x0080)) macro
1016 Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */
1028 Data = Data & ~SERIAL_LCR_DLAB;
1455 Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */
1468 Data = Data & ~SERIAL_LCR_DLAB;
1883 Data = mos7840_port->shadowLCR | SERIAL_LCR_DLAB;
1897 Data = mos7840_port->shadowLCR & ~SERIAL_LCR_DLAB;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/serial/
H A Dmos7840.c178 #define SERIAL_LCR_DLAB ((__u16)(0x0080)) macro
1016 Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */
1028 Data = Data & ~SERIAL_LCR_DLAB;
1455 Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */
1468 Data = Data & ~SERIAL_LCR_DLAB;
1883 Data = mos7840_port->shadowLCR | SERIAL_LCR_DLAB;
1897 Data = mos7840_port->shadowLCR & ~SERIAL_LCR_DLAB;

Completed in 123 milliseconds