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:fladj
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
core.c
337
if (dwc->
fladj
== 0)
in dwc3_frame_length_adjustment()
342
if (dft != dwc->
fladj
) {
in dwc3_frame_length_adjustment()
344
reg |= DWC3_GFLADJ_30MHZ_SDBND_SEL | dwc->
fladj
;
in dwc3_frame_length_adjustment()
360
unsigned long
fladj
;
in dwc3_ref_clk_period()
local
400
fladj
= div64_u64(125000ULL * NSEC_PER_SEC, (u64)rate * period);
in dwc3_ref_clk_period()
401
fladj
-= 125000;
in dwc3_ref_clk_period()
412
reg |= FIELD_PREP(DWC3_GFLADJ_REFCLK_FLADJ_MASK,
fladj
)
in dwc3_ref_clk_period()
1593
&dwc->
fladj
);
in dwc3_get_properties()
H
A
D
core.h
1002
* @
fladj
: frame length adjustment
1196
u32
fladj
;
member
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
core.c
334
if (dwc->
fladj
== 0)
in dwc3_frame_length_adjustment()
339
if (dft != dwc->
fladj
) {
in dwc3_frame_length_adjustment()
341
reg |= DWC3_GFLADJ_30MHZ_SDBND_SEL | dwc->
fladj
;
in dwc3_frame_length_adjustment()
1375
&dwc->
fladj
);
in dwc3_get_properties()
H
A
D
core.h
957
* @
fladj
: frame length adjustment
1124
u32
fladj
;
member
Completed in 13 milliseconds