Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dxr_serial.c61 #define XR_GPIO_DSR BIT(2) macro
456 ((status & XR_GPIO_DSR) ? 0 : TIOCM_DSR) | in xr_tiocmget()