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:RH_A_NDP
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hub.c
482
&& (roothub_a (ohci) &
RH_A_NDP
) > MAX_ROOT_PORTS) {
in ohci_hub_status_data()
484
ohci_readl (ohci, &ohci->regs->roothub.a) &
RH_A_NDP
);
in ohci_hub_status_data()
H
A
D
isp116x-hcd.c
922
ports = isp116x->rhdesca &
RH_A_NDP
;
in isp116x_hub_status_data()
1010
int ports = isp116x->rhdesca &
RH_A_NDP
;
in isp116x_hub_control()
1464
if ((isp116x->rhdesca &
RH_A_NDP
) == 2)
in isp116x_bus_resume()
1470
val = isp116x->rhdesca &
RH_A_NDP
;
in isp116x_bus_resume()
H
A
D
ohci.h
240
#define MAX_ROOT_PORTS 15 /* maximum OHCI root hub ports (
RH_A_NDP
) */
325
#define
RH_A_NDP
(0xff << 0) /* number of downstream ports */
macro
H
A
D
isp116x.h
68
#define
RH_A_NDP
(0x3 << 0) /* # downstream ports */
macro
H
A
D
isp1362.h
333
#define
RH_A_NDP
(0xff << 0) /* number of downstream ports */
macro
H
A
D
ohci-dbg.c
212
(temp &
RH_A_NDP
), controller->num_ports
in ohci_dump_roothub()
H
A
D
u132-hcd.c
1570
u132->num_ports = rh_a &
RH_A_NDP
;
in u132_init()
2769
if ((u132->hc_roothub_a &
RH_A_NDP
) > MAX_ROOT_PORTS) {
in u132_hub_status_data()
2772
u132->hc_roothub_a &
RH_A_NDP
);
in u132_hub_status_data()
H
A
D
isp1362-hcd.c
1509
ports = isp1362_hcd->rhdesca &
RH_A_NDP
;
in isp1362_hub_status_data()
1570
int ports = isp1362_hcd->rhdesca &
RH_A_NDP
;
in isp1362_hub_control()
1877
port = isp1362_read_reg32(isp1362_hcd, HCRHDESCA) &
RH_A_NDP
;
in isp1362_bus_resume()
H
A
D
ohci-hcd.c
510
ohci->num_ports = roothub_a(ohci) &
RH_A_NDP
;
in ohci_init()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hub.c
482
&& (roothub_a (ohci) &
RH_A_NDP
) > MAX_ROOT_PORTS) {
in ohci_hub_status_data()
484
ohci_readl (ohci, &ohci->regs->roothub.a) &
RH_A_NDP
);
in ohci_hub_status_data()
H
A
D
isp116x-hcd.c
921
ports = isp116x->rhdesca &
RH_A_NDP
;
in isp116x_hub_status_data()
1009
int ports = isp116x->rhdesca &
RH_A_NDP
;
in isp116x_hub_control()
1463
if ((isp116x->rhdesca &
RH_A_NDP
) == 2)
in isp116x_bus_resume()
1469
val = isp116x->rhdesca &
RH_A_NDP
;
in isp116x_bus_resume()
H
A
D
isp116x.h
68
#define
RH_A_NDP
(0x3 << 0) /* # downstream ports */
macro
H
A
D
ohci.h
240
#define MAX_ROOT_PORTS 15 /* maximum OHCI root hub ports (
RH_A_NDP
) */
325
#define
RH_A_NDP
(0xff << 0) /* number of downstream ports */
macro
H
A
D
isp1362.h
333
#define
RH_A_NDP
(0xff << 0) /* number of downstream ports */
macro
H
A
D
ohci-dbg.c
212
(temp &
RH_A_NDP
), controller->num_ports
in ohci_dump_roothub()
H
A
D
isp1362-hcd.c
1509
ports = isp1362_hcd->rhdesca &
RH_A_NDP
;
in isp1362_hub_status_data()
1570
int ports = isp1362_hcd->rhdesca &
RH_A_NDP
;
in isp1362_hub_control()
1877
port = isp1362_read_reg32(isp1362_hcd, HCRHDESCA) &
RH_A_NDP
;
in isp1362_bus_resume()
H
A
D
ohci-hcd.c
508
ohci->num_ports = roothub_a(ohci) &
RH_A_NDP
;
in ohci_init()
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
ftdi-elan.c
2221
num_ports = rh_a &
RH_A_NDP
;
in ftdi_elan_check_controller()
Completed in 35 milliseconds