Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FT8U232AM
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
ftdi_sio.h
135
* 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
D
ftdi_sio.c
53
/* 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