Searched refs:SERIAL_LCR_DLAB (Results 1 – 1 of 1) sorted by relevance
145 #define SERIAL_LCR_DLAB ((__u16)(0x0080)) macro629 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()