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:divisor3
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
ftdi_sio.c
1163
int
divisor3
= DIV_ROUND_CLOSEST(base, 2 * baud);
in ftdi_232am_baud_base_to_divisor()
local
1164
if ((
divisor3
& 0x7) == 7)
in ftdi_232am_baud_base_to_divisor()
1165
divisor3
++; /* round x.7/8 up to x+1 */
in ftdi_232am_baud_base_to_divisor()
1166
divisor =
divisor3
>> 3;
in ftdi_232am_baud_base_to_divisor()
1167
divisor3
&= 0x7;
in ftdi_232am_baud_base_to_divisor()
1168
if (
divisor3
== 1)
in ftdi_232am_baud_base_to_divisor()
1170
else if (
divisor3
>= 4)
in ftdi_232am_baud_base_to_divisor()
1172
else if (
divisor3
!= 0)
in ftdi_232am_baud_base_to_divisor()
1189
int
divisor3
= DIV_ROUND_CLOSEST(base, 2 * baud);
in ftdi_232bm_baud_base_to_divisor()
local
1190
divisor =
divisor3
>>
in ftdi_232bm_baud_base_to_divisor()
1209
int
divisor3
;
ftdi_2232h_baud_base_to_divisor()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
ftdi_sio.c
1131
int
divisor3
= DIV_ROUND_CLOSEST(base, 2 * baud);
in ftdi_232am_baud_base_to_divisor()
local
1132
if ((
divisor3
& 0x7) == 7)
in ftdi_232am_baud_base_to_divisor()
1133
divisor3
++; /* round x.7/8 up to x+1 */
in ftdi_232am_baud_base_to_divisor()
1134
divisor =
divisor3
>> 3;
in ftdi_232am_baud_base_to_divisor()
1135
divisor3
&= 0x7;
in ftdi_232am_baud_base_to_divisor()
1136
if (
divisor3
== 1)
in ftdi_232am_baud_base_to_divisor()
1138
else if (
divisor3
>= 4)
in ftdi_232am_baud_base_to_divisor()
1140
else if (
divisor3
!= 0)
in ftdi_232am_baud_base_to_divisor()
1157
int
divisor3
= DIV_ROUND_CLOSEST(base, 2 * baud);
in ftdi_232bm_baud_base_to_divisor()
local
1158
divisor =
divisor3
>>
in ftdi_232bm_baud_base_to_divisor()
1177
int
divisor3
;
ftdi_2232h_baud_base_to_divisor()
local
[all...]
Completed in 5 milliseconds