Home
last modified time | relevance | path

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

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