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:hcs_params2
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
3816
ist = HCS_IST(xhci->
hcs_params2
) & 0x7;
in xhci_get_isoc_frame_id()
3817
if (HCS_IST(xhci->
hcs_params2
) & (1 << 3))
in xhci_get_isoc_frame_id()
4142
ist = HCS_IST(xhci->
hcs_params2
) & 0x7;
in xhci_queue_isoc_tx_prepare()
4143
if (HCS_IST(xhci->
hcs_params2
) & (1 << 3))
in xhci_queue_isoc_tx_prepare()
H
A
D
xhci.h
46
* @
hcs_params2
: HCSPARAMS2 - Structural Parameters 2
56
__le32
hcs_params2
;
member
80
/* HCSPARAMS2 -
hcs_params2
- bitmasks */
1761
__u32
hcs_params2
;
member
H
A
D
xhci-mem.c
1676
int num_sp = HCS_MAX_SCRATCHPAD(xhci->
hcs_params2
);
in scratchpad_alloc()
1745
num_sp = HCS_MAX_SCRATCHPAD(xhci->
hcs_params2
);
in scratchpad_free()
H
A
D
xhci.c
5291
xhci->
hcs_params2
= readl(&xhci->cap_regs->
hcs_params2
);
in xhci_gen_setup()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
3966
ist = HCS_IST(xhci->
hcs_params2
) & 0x7;
in xhci_get_isoc_frame_id()
3967
if (HCS_IST(xhci->
hcs_params2
) & (1 << 3))
in xhci_get_isoc_frame_id()
4291
ist = HCS_IST(xhci->
hcs_params2
) & 0x7;
in xhci_queue_isoc_tx_prepare()
4292
if (HCS_IST(xhci->
hcs_params2
) & (1 << 3))
in xhci_queue_isoc_tx_prepare()
H
A
D
xhci.h
46
* @
hcs_params2
: HCSPARAMS2 - Structural Parameters 2
56
__le32
hcs_params2
;
member
80
/* HCSPARAMS2 -
hcs_params2
- bitmasks */
1772
__u32
hcs_params2
;
member
H
A
D
xhci-mem.c
1627
int num_sp = HCS_MAX_SCRATCHPAD(xhci->
hcs_params2
);
in scratchpad_alloc()
1695
num_sp = HCS_MAX_SCRATCHPAD(xhci->
hcs_params2
);
in scratchpad_free()
H
A
D
xhci.c
5167
xhci->
hcs_params2
= readl(&xhci->cap_regs->
hcs_params2
);
in xhci_gen_setup()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
47
* @
hcs_params2
: HCSPARAMS2 - Structural Parameters 2
57
__le32
hcs_params2
;
member
Completed in 48 milliseconds