Searched refs:SERIAL_LCR_DLAB (Results 1 – 1 of 1) sorted by relevance
160 #define SERIAL_LCR_DLAB ((__u16)(0x0080)) macro979 Data |= SERIAL_LCR_DLAB; /* data latch enable in LCR 0x80 */ in mos7840_open()991 Data = Data & ~SERIAL_LCR_DLAB; in mos7840_open()1667 Data = mos7840_port->shadowLCR | SERIAL_LCR_DLAB; in mos7840_send_cmd_write_baud_rate()1681 Data = mos7840_port->shadowLCR & ~SERIAL_LCR_DLAB; in mos7840_send_cmd_write_baud_rate()