Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Duftdi_reg.h156 #define FTDI_SIO_SET_DTR_LOW (0 | ( FTDI_SIO_SET_DTR_MASK << 8)) macro
H A Duftdi.c1379 wValue = onoff ? FTDI_SIO_SET_DTR_HIGH : FTDI_SIO_SET_DTR_LOW; in uftdi_cfg_set_dtr()