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:esit_pkts
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
280
u32
esit_pkts
;
in setup_sch_info()
local
323
* then max_esit_payload is 0, so evaluate
esit_pkts
from
in setup_sch_info()
326
esit_pkts
= DIV_ROUND_UP(max_esit_payload, maxpkt);
in setup_sch_info()
327
if (
esit_pkts
== 0)
in setup_sch_info()
328
esit_pkts
= (mult + 1) * (max_burst + 1);
in setup_sch_info()
331
sch_ep->pkts =
esit_pkts
;
in setup_sch_info()
338
sch_ep->pkts =
esit_pkts
;
in setup_sch_info()
339
else if (
esit_pkts
<= sch_ep->esit)
in setup_sch_info()
342
sch_ep->pkts = roundup_pow_of_two(
esit_pkts
)
in setup_sch_info()
346
DIV_ROUND_UP(
esit_pkts
, sch_e
in setup_sch_info()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
241
u32
esit_pkts
;
in setup_sch_info()
local
286
* then max_esit_payload is 0, so evaluate
esit_pkts
from
in setup_sch_info()
289
esit_pkts
= DIV_ROUND_UP(max_esit_payload, maxpkt);
in setup_sch_info()
290
if (
esit_pkts
== 0)
in setup_sch_info()
291
esit_pkts
= (mult + 1) * (max_burst + 1);
in setup_sch_info()
294
sch_ep->pkts =
esit_pkts
;
in setup_sch_info()
303
sch_ep->pkts =
esit_pkts
;
in setup_sch_info()
304
else if (
esit_pkts
<= sch_ep->esit)
in setup_sch_info()
307
sch_ep->pkts = roundup_pow_of_two(
esit_pkts
)
in setup_sch_info()
311
DIV_ROUND_UP(
esit_pkts
, sch_e
in setup_sch_info()
[all...]
Completed in 3 milliseconds