Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dftdi_sio.h235 #define FTDI_SIO_SET_DTR_LOW ((FTDI_SIO_SET_DTR_MASK << 8) | 0) macro
H A Dftdi_sio.c1222 value |= FTDI_SIO_SET_DTR_LOW; in update_mctrl()