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:lpmode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/memory/
H
A
D
emif.c
58
u8
lpmode
;
member
187
static void set_lpmode(struct emif_data *emif, u8
lpmode
)
in set_lpmode()
argument
219
(
lpmode
== EMIF_LP_MODE_PWR_DN)) {
in set_lpmode()
223
lpmode
= EMIF_LP_MODE_SELF_REFRESH;
in set_lpmode()
228
temp |= (
lpmode
<< LP_MODE_SHIFT);
in set_lpmode()
260
if (emif->
lpmode
== EMIF_LP_MODE_SELF_REFRESH)
in do_freq_update()
271
if (emif->
lpmode
== EMIF_LP_MODE_SELF_REFRESH)
in do_freq_update()
373
u32
lpmode
= EMIF_LP_MODE_SELF_REFRESH;
in get_pwr_mgmt_ctrl()
local
383
lpmode
= cust_cfgs->
lpmode
;
in get_pwr_mgmt_ctrl()
843
const __be32 *
lpmode
, *poll_intvl;
of_get_custom_configs()
local
[all...]
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
emif.c
59
u8
lpmode
;
member
212
static void set_lpmode(struct emif_data *emif, u8
lpmode
)
in set_lpmode()
argument
244
(
lpmode
== EMIF_LP_MODE_PWR_DN)) {
in set_lpmode()
248
lpmode
= EMIF_LP_MODE_SELF_REFRESH;
in set_lpmode()
253
temp |= (
lpmode
<< LP_MODE_SHIFT);
in set_lpmode()
285
if (emif->
lpmode
== EMIF_LP_MODE_SELF_REFRESH)
in do_freq_update()
296
if (emif->
lpmode
== EMIF_LP_MODE_SELF_REFRESH)
in do_freq_update()
706
u32
lpmode
= EMIF_LP_MODE_SELF_REFRESH;
in get_pwr_mgmt_ctrl()
local
716
lpmode
= cust_cfgs->
lpmode
;
in get_pwr_mgmt_ctrl()
1221
const __be32 *
lpmode
, *poll_intvl;
of_get_custom_configs()
local
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
emif_plat.h
68
* @
lpmode
: LPMODE to be used in PWR_MGMT_CTRL register
86
u32
lpmode
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
emif_plat.h
68
* @
lpmode
: LPMODE to be used in PWR_MGMT_CTRL register
86
u32
lpmode
;
member
Completed in 4 milliseconds