Home
last modified time | relevance | path

Searched refs:FT8U232AM (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dftdi_sio.h135 * of 0.125 missing from the FT8U232AM. Bits 16 to 14 are coded as follows
136 * (the first four codes are the same as for the FT8U232AM, where bit 16 is
153 * not supported by the FT8U232AM).
158 FT8U232AM = 2, enumerator
H A Dftdi_sio.c53 /* type of device, either SIO or FT8U232AM */
135 * the earlier FT8U232AM and FT8U232BM. For now, include all known VID/PID
137 * FIXME: perhaps bcdDevice can also identify 12MHz FT8U232AM devices,
1065 [FT8U232AM] = "FT8U232AM",
1331 case FT8U232AM: /* 8U232AM chip */ in get_ftdi_divisor()
1425 if (priv->chip_type == SIO || priv->chip_type == FT8U232AM) in write_latency_timer()
1478 if (priv->chip_type == SIO || priv->chip_type == FT8U232AM) in read_latency_timer()
1624 /* Assume it's an FT8U232AM (or FT8U245AM) */ in ftdi_determine_type()
1625 priv->chip_type = FT8U232AM; in ftdi_determine_type()
[all...]

Completed in 4 milliseconds