Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dch341.c46 #define CH341_BIT_DSR 0x02 macro
730 if (delta & CH341_BIT_DSR) in ch341_update_status()
798 | ((status & CH341_BIT_DSR) ? TIOCM_DSR : 0) in ch341_tiocmget()