Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Duftdiio.h45 UFTDI_BITMODE_NONE = 0xff, /* aka UART mode. */ enumerator
/freebsd/sys/dev/usb/serial/
H A Duftdi.c1098 sc->sc_bitmode = UFTDI_BITMODE_NONE; in uftdi_attach()
1718 if (bitmode == UFTDI_BITMODE_NONE) in uftdi_set_bitmode()