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:PWM_ENABLE
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-lpss.c
24
#define
PWM_ENABLE
BIT(31)
macro
120
pwm_lpss_write(pwm, pwm_lpss_read(pwm) |
PWM_ENABLE
);
in pwm_lpss_cond_enable()
159
pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~
PWM_ENABLE
);
in pwm_lpss_apply()
194
state->enabled = !!(ctrl &
PWM_ENABLE
);
in pwm_lpss_get_state()
243
if (ctrl &
PWM_ENABLE
)
in pwm_lpss_probe()
H
A
D
pwm-lpc32xx.c
23
#define
PWM_ENABLE
BIT(31)
macro
73
val |=
PWM_ENABLE
;
in lpc32xx_pwm_enable()
85
val &= ~
PWM_ENABLE
;
in lpc32xx_pwm_disable()
H
A
D
pwm-tegra.c
51
#define
PWM_ENABLE
(1 << 31)
macro
188
val |=
PWM_ENABLE
;
in tegra_pwm_config()
212
val |=
PWM_ENABLE
;
in tegra_pwm_enable()
224
val &= ~
PWM_ENABLE
;
in tegra_pwm_disable()
H
A
D
pwm-bcm2835.c
18
#define
PWM_ENABLE
(1 << 0)
macro
93
value |=
PWM_ENABLE
<< PWM_CONTROL_SHIFT(pwm->hwpwm);
in bcm2835_pwm_enable()
105
value &= ~(
PWM_ENABLE
<< PWM_CONTROL_SHIFT(pwm->hwpwm));
in bcm2835_pwm_disable()
H
A
D
pwm-rockchip.c
21
#define
PWM_ENABLE
(1 << 0)
macro
245
.enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE |
PWM_ENABLE
|
259
.enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE |
PWM_ENABLE
|
273
.enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE |
PWM_ENABLE
|
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-lpss.c
27
#define
PWM_ENABLE
BIT(31)
macro
162
pwm_lpss_write(pwm, pwm_lpss_read(pwm) |
PWM_ENABLE
);
in pwm_lpss_cond_enable()
201
pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~
PWM_ENABLE
);
in pwm_lpss_apply()
236
state->enabled = !!(ctrl &
PWM_ENABLE
);
in pwm_lpss_get_state()
283
if (ctrl &
PWM_ENABLE
)
in devm_pwm_lpss_probe()
H
A
D
pwm-lpc32xx.c
23
#define
PWM_ENABLE
BIT(31)
macro
73
val |=
PWM_ENABLE
;
in lpc32xx_pwm_enable()
85
val &= ~
PWM_ENABLE
;
in lpc32xx_pwm_disable()
H
A
D
pwm-tegra.c
54
#define
PWM_ENABLE
(1 << 31)
macro
201
val |=
PWM_ENABLE
;
in tegra_pwm_config()
225
val |=
PWM_ENABLE
;
in tegra_pwm_enable()
237
val &= ~
PWM_ENABLE
;
in tegra_pwm_disable()
H
A
D
pwm-bcm2835.c
18
#define
PWM_ENABLE
(1 << 0)
macro
119
val |=
PWM_ENABLE
<< PWM_CONTROL_SHIFT(pwm->hwpwm);
in bcm2835_pwm_apply()
121
val &= ~(
PWM_ENABLE
<< PWM_CONTROL_SHIFT(pwm->hwpwm));
in bcm2835_pwm_apply()
H
A
D
pwm-rockchip.c
21
#define
PWM_ENABLE
(1 << 0)
macro
257
.enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE |
PWM_ENABLE
|
271
.enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE |
PWM_ENABLE
|
285
.enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE |
PWM_ENABLE
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
cdv_intel_lvds.c
646
pwm |=
PWM_ENABLE
;
in cdv_intel_lvds_init()
H
A
D
psb_intel_reg.h
82
#define
PWM_ENABLE
(1 << 31)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
cdv_intel_lvds.c
641
pwm |=
PWM_ENABLE
;
in cdv_intel_lvds_init()
H
A
D
psb_intel_reg.h
82
#define
PWM_ENABLE
(1 << 31)
macro
Completed in 15 milliseconds