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:PM_COLD_CONFIG
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm.h
49
#define
PM_COLD_CONFIG
(PM_PLL_PWRDOWN | PM_DEEP_STANDBY)
macro
50
#define PM_WARM_CONFIG (
PM_COLD_CONFIG
| PM_USE_CPU_RDY | PM_WARM_BOOT)
H
A
D
pm-mips.c
168
__raw_writel(
PM_COLD_CONFIG
, base + AON_CTRL_PM_CTRL);
in brcmstb_pm_s5()
171
__raw_writel((
PM_COLD_CONFIG
| PM_PWR_DOWN), base +
in brcmstb_pm_s5()
H
A
D
pm-arm.c
314
if ((ctrl.s3entry_method == 1) && (base_cmd ==
PM_COLD_CONFIG
))
in brcmstb_do_pmsm_power_down()
351
brcmstb_do_pmsm_power_down(
PM_COLD_CONFIG
, false);
in brcmstb_pm_poweroff()
/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/pm/
H
A
D
pm.h
49
#define
PM_COLD_CONFIG
(PM_PLL_PWRDOWN | PM_DEEP_STANDBY)
macro
50
#define PM_WARM_CONFIG (
PM_COLD_CONFIG
| PM_USE_CPU_RDY | PM_WARM_BOOT)
H
A
D
pm-mips.c
168
__raw_writel(
PM_COLD_CONFIG
, base + AON_CTRL_PM_CTRL);
in brcmstb_pm_s5()
171
__raw_writel((
PM_COLD_CONFIG
| PM_PWR_DOWN), base +
in brcmstb_pm_s5()
Completed in 4 milliseconds