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:FPWM_MODE
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/regulator/
H
A
D
rk806-regulator.c
47
#define
FPWM_MODE
BIT(0)
macro
569
FPWM_MODE
<< ctr_bit);
in rk806_set_mode()
599
if ((val >> ctr_bit) &
FPWM_MODE
)
in rk806_get_mode()
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
rk808-regulator.c
629
return regmap_update_bits(rdev->regmap, reg, PWM_MODE_MSK,
FPWM_MODE
);
in rk8xx_set_suspend_mode()
644
return regmap_update_bits(rdev->regmap, rdev->desc->vsel_reg, PWM_MODE_MSK,
FPWM_MODE
);
in rk8xx_set_mode()
665
if (val &
FPWM_MODE
) {
in rk8xx_get_mode()
/device/soc/rockchip/common/sdk_linux/include/linux/mfd/
H
A
D
rk808.h
822
#define
FPWM_MODE
BIT(7)
macro
/device/soc/rockchip/common/sdk_linux/drivers/mfd/
H
A
D
rk808.c
321
{RK805_BUCK3_CONFIG_REG, PWM_MODE_MSK,
FPWM_MODE
},
Completed in 9 milliseconds