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:s2_params
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm-mips.c
264
u32
s2_params
[6];
in brcmstb_pm_s2()
local
267
s2_params
[0] = (u32)ctrl.aon_ctrl_base;
in brcmstb_pm_s2()
268
s2_params
[1] = (u32)ctrl.memcs[0].ddr_phy_base;
in brcmstb_pm_s2()
269
s2_params
[2] = (u32)ctrl.timers_base;
in brcmstb_pm_s2()
270
s2_params
[3] = (u32)current_cpu_data.icache.linesz;
in brcmstb_pm_s2()
271
s2_params
[4] = (u32)BMIPS_WARM_RESTART_VEC;
in brcmstb_pm_s2()
272
s2_params
[5] = (u32)(bmips_smp_int_vec_end -
in brcmstb_pm_s2()
276
brcm_pm_do_s2(
s2_params
);
in brcmstb_pm_s2()
H
A
D
pm.h
71
extern asmlinkage int brcm_pm_do_s2(u32 *
s2_params
);
/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm-mips.c
264
u32
s2_params
[6];
in brcmstb_pm_s2()
local
267
s2_params
[0] = (u32)ctrl.aon_ctrl_base;
in brcmstb_pm_s2()
268
s2_params
[1] = (u32)ctrl.memcs[0].ddr_phy_base;
in brcmstb_pm_s2()
269
s2_params
[2] = (u32)ctrl.timers_base;
in brcmstb_pm_s2()
270
s2_params
[3] = (u32)current_cpu_data.icache.linesz;
in brcmstb_pm_s2()
271
s2_params
[4] = (u32)BMIPS_WARM_RESTART_VEC;
in brcmstb_pm_s2()
272
s2_params
[5] = (u32)(bmips_smp_int_vec_end -
in brcmstb_pm_s2()
276
brcm_pm_do_s2(
s2_params
);
in brcmstb_pm_s2()
H
A
D
pm.h
71
extern asmlinkage int brcm_pm_do_s2(u32 *
s2_params
);
Completed in 2 milliseconds