Searched refs:SERIAL_LCR_DLAB (Results 1 – 1 of 1) sorted by relevance
132 #define SERIAL_LCR_DLAB ((__u16)(0x0080)) macro 616 Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */ in mos7840_open() 628 Data = Data & ~SERIAL_LCR_DLAB; in mos7840_open() 1150 Data = mos7840_port->shadowLCR | SERIAL_LCR_DLAB; in mos7840_send_cmd_write_baud_rate() 1164 Data = mos7840_port->shadowLCR & ~SERIAL_LCR_DLAB; in mos7840_send_cmd_write_baud_rate()