Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/serial/
Dmos7840.c145 #define SERIAL_LCR_DLAB ((__u16)(0x0080)) macro
629 Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */ in mos7840_open()
641 Data = Data & ~SERIAL_LCR_DLAB; in mos7840_open()
1163 Data = mos7840_port->shadowLCR | SERIAL_LCR_DLAB; in mos7840_send_cmd_write_baud_rate()
1177 Data = mos7840_port->shadowLCR & ~SERIAL_LCR_DLAB; in mos7840_send_cmd_write_baud_rate()