Searched refs:FTDI_SIO_SET_DTR_LOW (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/serial/ | ||
H A D | ftdi_sio.h | 235 #define FTDI_SIO_SET_DTR_LOW ((FTDI_SIO_SET_DTR_MASK << 8) | 0) macro |
H A D | ftdi_sio.c | 1222 value |= FTDI_SIO_SET_DTR_LOW; in update_mctrl() |