Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dch341.c64 #define CH341_REG_LCR 0x18 macro
279 CH341_REG_LCR2 << 8 | CH341_REG_LCR, lcr); in ch341_set_baudrate_lcr()
636 ((uint16_t) CH341_REG_LCR << 8) | CH341_REG_BREAK; in ch341_break_ctl()