SERIAL_LCR_DLAB 975 drivers/usb/serial/mos7840.c Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */ SERIAL_LCR_DLAB 987 drivers/usb/serial/mos7840.c Data = Data & ~SERIAL_LCR_DLAB; SERIAL_LCR_DLAB 1658 drivers/usb/serial/mos7840.c Data = mos7840_port->shadowLCR | SERIAL_LCR_DLAB; SERIAL_LCR_DLAB 1672 drivers/usb/serial/mos7840.c Data = mos7840_port->shadowLCR & ~SERIAL_LCR_DLAB;