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:switch_base
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H
A
D
felix.h
51
resource_size_t
switch_base
;
member
H
A
D
felix.c
476
res.start += felix->
switch_base
;
in felix_init_structs()
477
res.end += felix->
switch_base
;
in felix_init_structs()
514
res.start += felix->
switch_base
;
in felix_init_structs()
515
res.end += felix->
switch_base
;
in felix_init_structs()
H
A
D
seville_vsc9953.c
1222
felix->
switch_base
= res->start;
in seville_probe()
H
A
D
felix_vsc9959.c
1435
felix->
switch_base
= pci_resource_start(pdev,
in felix_pci_probe()
/kernel/linux/linux-6.6/sound/soc/apple/
H
A
D
mca.c
154
__iomem void *
switch_base
;
member
650
writel_relaxed(regval, mca->
switch_base
+ REG_DMA_ADAPTER_A(cl->no));
in mca_fe_hw_params()
654
mca->
switch_base
+ REG_DMA_ADAPTER_A(cl->no));
in mca_fe_hw_params()
657
mca->
switch_base
+ REG_DMA_ADAPTER_B(cl->no));
in mca_fe_hw_params()
1037
mca->
switch_base
=
in apple_mca_probe()
1039
if (IS_ERR(mca->
switch_base
))
in apple_mca_probe()
1040
return PTR_ERR(mca->
switch_base
);
in apple_mca_probe()
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H
A
D
felix.h
94
resource_size_t
switch_base
;
member
H
A
D
felix.c
1339
res.start += felix->
switch_base
;
in felix_request_regmap_by_name()
1340
res.end += felix->
switch_base
;
in felix_request_regmap_by_name()
H
A
D
seville_vsc9953.c
1000
felix->
switch_base
= res->start;
in seville_probe()
H
A
D
felix_vsc9959.c
2691
felix->
switch_base
= pci_resource_start(pdev, VSC9959_SWITCH_PCI_BAR);
in felix_pci_probe()
Completed in 14 milliseconds