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:HCC_MAX_PSA
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mtk.c
407
if (xhci->hci_version < 0x100 &&
HCC_MAX_PSA
(xhci->hcc_params) == 4)
in xhci_mtk_quirks()
562
if (
HCC_MAX_PSA
(xhci->hcc_params) >= 4 &&
in xhci_mtk_probe()
H
A
D
xhci-histb.c
289
if (
HCC_MAX_PSA
(xhci->hcc_params) >= 4)
in xhci_histb_probe()
H
A
D
xhci-plat.c
364
if (
HCC_MAX_PSA
(xhci->hcc_params) >= 4)
in xhci_plat_probe()
H
A
D
xhci-pci.c
502
HCC_MAX_PSA
(xhci->hcc_params) >= 4)
in xhci_pci_probe()
H
A
D
xhci.h
121
#define
HCC_MAX_PSA
(p) (1 << ((((p) >> 12) & 0xf) + 1))
macro
H
A
D
xhci.c
3360
max_streams =
HCC_MAX_PSA
(xhci->hcc_params);
in xhci_calculate_streams_entries()
3490
HCC_MAX_PSA
(xhci->hcc_params) < 4) {
in xhci_alloc_streams()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-histb.c
279
if (
HCC_MAX_PSA
(xhci->hcc_params) >= 4)
in xhci_histb_probe()
H
A
D
xhci-mtk.c
471
if (xhci->hci_version < 0x100 &&
HCC_MAX_PSA
(xhci->hcc_params) == 4)
in xhci_mtk_quirks()
653
if (usb3_hcd &&
HCC_MAX_PSA
(xhci->hcc_params) >= 4 &&
in xhci_mtk_probe()
H
A
D
xhci-plat.c
316
if (usb3_hcd &&
HCC_MAX_PSA
(xhci->hcc_params) >= 4)
in xhci_plat_probe()
H
A
D
xhci-pci.c
690
HCC_MAX_PSA
(xhci->hcc_params) >= 4)
in xhci_pci_probe()
H
A
D
xhci.h
121
#define
HCC_MAX_PSA
(p) (1 << ((((p) >> 12) & 0xf) + 1))
macro
H
A
D
xhci.c
3252
max_streams =
HCC_MAX_PSA
(xhci->hcc_params);
in xhci_calculate_streams_entries()
3382
HCC_MAX_PSA
(xhci->hcc_params) < 4) {
in xhci_alloc_streams()
H
A
D
xhci-tegra.c
1831
if (
HCC_MAX_PSA
(xhci->hcc_params) >= 4)
in tegra_xusb_probe()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
86
#define
HCC_MAX_PSA
(p) ((((p) >> 12) & 0xf) + 1)
macro
H
A
D
cdnsp-gadget.c
1602
int max_streams =
HCC_MAX_PSA
(pdev->hcc_params);
in cdnsp_gadget_init_endpoints()
Completed in 37 milliseconds