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:idle_cfg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H
A
D
pm-pxa910.c
134
uint32_t
idle_cfg
, apcr;
in pxa910_pm_enter_lowpower_mode()
local
136
idle_cfg
= __raw_readl(APMU_MOH_IDLE_CFG);
in pxa910_pm_enter_lowpower_mode()
141
idle_cfg
&= ~(APMU_MOH_IDLE_CFG_MOH_IDLE
in pxa910_pm_enter_lowpower_mode()
160
idle_cfg
|= APMU_MOH_IDLE_CFG_MOH_IDLE;
in pxa910_pm_enter_lowpower_mode()
161
idle_cfg
|= APMU_MOH_IDLE_CFG_MOH_PWRDWN;
in pxa910_pm_enter_lowpower_mode()
162
idle_cfg
|= APMU_MOH_IDLE_CFG_MOH_PWR_SW(3)
in pxa910_pm_enter_lowpower_mode()
170
idle_cfg
|= APMU_MOH_IDLE_CFG_MOH_DIS_MC_SW_REQ;
in pxa910_pm_enter_lowpower_mode()
171
idle_cfg
|= APMU_MOH_IDLE_CFG_MOH_MC_WAKE_EN;
in pxa910_pm_enter_lowpower_mode()
182
__raw_writel(
idle_cfg
, APMU_MOH_IDLE_CFG);
in pxa910_pm_enter_lowpower_mode()
189
unsigned int
idle_cfg
, re
in pxa910_pm_enter()
local
[all...]
H
A
D
pm-mmp2.c
114
uint32_t
idle_cfg
, apcr;
in mmp2_pm_enter_lowpower_mode()
local
116
idle_cfg
= __raw_readl(APMU_PJ_IDLE_CFG);
in mmp2_pm_enter_lowpower_mode()
120
idle_cfg
&= ~APMU_PJ_IDLE_CFG_PJ_IDLE;
in mmp2_pm_enter_lowpower_mode()
136
idle_cfg
|= APMU_PJ_IDLE_CFG_PJ_PWRDWN; /* PJ power down */
in mmp2_pm_enter_lowpower_mode()
140
idle_cfg
|= APMU_PJ_IDLE_CFG_PJ_IDLE; /* set the IDLE bit */
in mmp2_pm_enter_lowpower_mode()
141
idle_cfg
&= ~APMU_PJ_IDLE_CFG_ISO_MODE_CNTRL_MASK;
in mmp2_pm_enter_lowpower_mode()
142
idle_cfg
|= APMU_PJ_IDLE_CFG_PWR_SW(3)
in mmp2_pm_enter_lowpower_mode()
154
__raw_writel(
idle_cfg
, APMU_PJ_IDLE_CFG);
in mmp2_pm_enter_lowpower_mode()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
db8500-prcmu.c
1141
u32
idle_cfg
;
in prcmu_configure_auto_pm()
local
1153
idle_cfg
= (idle->sva_auto_pm_enable & 0xF);
in prcmu_configure_auto_pm()
1154
idle_cfg
= ((
idle_cfg
<< 4) | (idle->sia_auto_pm_enable & 0xF));
in prcmu_configure_auto_pm()
1155
idle_cfg
= ((
idle_cfg
<< 8) | (idle->sva_power_on & 0xFF));
in prcmu_configure_auto_pm()
1156
idle_cfg
= ((
idle_cfg
<< 8) | (idle->sia_power_on & 0xFF));
in prcmu_configure_auto_pm()
1157
idle_cfg
= ((
idle_cfg
<<
in prcmu_configure_auto_pm()
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
db8500-prcmu.c
1140
u32
idle_cfg
;
in prcmu_configure_auto_pm()
local
1152
idle_cfg
= (idle->sva_auto_pm_enable & 0xF);
in prcmu_configure_auto_pm()
1153
idle_cfg
= ((
idle_cfg
<< 4) | (idle->sia_auto_pm_enable & 0xF));
in prcmu_configure_auto_pm()
1154
idle_cfg
= ((
idle_cfg
<< 8) | (idle->sva_power_on & 0xFF));
in prcmu_configure_auto_pm()
1155
idle_cfg
= ((
idle_cfg
<< 8) | (idle->sia_power_on & 0xFF));
in prcmu_configure_auto_pm()
1156
idle_cfg
= ((
idle_cfg
<<
in prcmu_configure_auto_pm()
[all...]
Completed in 7 milliseconds