Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dch341.c64 #define CH341_REG_LCR 0x18 macro
277 * CH341_REG_LCR only and CH341_REG_LCR2 is always set to zero. in ch341_set_baudrate_lcr()
283 CH341_REG_LCR2 << 8 | CH341_REG_LCR, lcr); in ch341_set_baudrate_lcr()
663 const u16 ch341_break_reg = (CH341_REG_LCR << 8) | CH341_REG_BREAK; in ch341_break_ctl()