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:dsp_pff_inst_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/switch/
H
A
D
switchtec.c
1087
for (i = 0; i < ARRAY_SIZE(pcfg->
dsp_pff_inst_id
); i++) {
in ioctl_pff_to_port()
1088
reg = ioread32(&pcfg->
dsp_pff_inst_id
[i]);
in ioctl_pff_to_port()
1130
if (p.port > ARRAY_SIZE(pcfg->
dsp_pff_inst_id
))
in ioctl_port_to_pff()
1133
ARRAY_SIZE(pcfg->
dsp_pff_inst_id
) + 1);
in ioctl_port_to_pff()
1134
p.pff = ioread32(&pcfg->
dsp_pff_inst_id
[p.port - 1]);
in ioctl_port_to_pff()
1499
for (i = 0; i < ARRAY_SIZE(pcfg->
dsp_pff_inst_id
); i++) {
in init_pff()
1500
reg = ioread32(&pcfg->
dsp_pff_inst_id
[i]);
in init_pff()
/kernel/linux/linux-6.6/drivers/pci/switch/
H
A
D
switchtec.c
1144
for (i = 0; i < ARRAY_SIZE(pcfg->
dsp_pff_inst_id
); i++) {
in ioctl_pff_to_port()
1145
reg = ioread32(&pcfg->
dsp_pff_inst_id
[i]);
in ioctl_pff_to_port()
1187
if (p.port > ARRAY_SIZE(pcfg->
dsp_pff_inst_id
))
in ioctl_port_to_pff()
1190
ARRAY_SIZE(pcfg->
dsp_pff_inst_id
) + 1);
in ioctl_port_to_pff()
1191
p.pff = ioread32(&pcfg->
dsp_pff_inst_id
[p.port - 1]);
in ioctl_port_to_pff()
1556
for (i = 0; i < ARRAY_SIZE(pcfg->
dsp_pff_inst_id
); i++) {
in init_pff()
1557
reg = ioread32(&pcfg->
dsp_pff_inst_id
[i]);
in init_pff()
/kernel/linux/linux-5.10/include/linux/
H
A
D
switchtec.h
300
u32
dsp_pff_inst_id
[47];
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
switchtec.h
302
u32
dsp_pff_inst_id
[47];
member
Completed in 8 milliseconds