Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dch341.c61 #define CH341_REG_BREAK 0x05 macro
361 CH341_REG_BREAK, 0, &buffer, size, in ch341_detect_quirks()
581 * reading CH341_REG_BREAK fails (see also ch341_detect_quirks). This function in ch341_simulate_break()
663 const u16 ch341_break_reg = (CH341_REG_LCR << 8) | CH341_REG_BREAK; in ch341_break_ctl()