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:icpsc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-stm32.c
175
unsigned int psc = 0,
icpsc
, scale;
in stm32_pwm_capture()
local
253
for (
icpsc
= 0;
icpsc
< MAX_TIM_ICPSC ;
icpsc
++) {
in stm32_pwm_capture()
255
if (raw_prd >= (priv->max_arr - 0x1000) >> (
icpsc
+ 1))
in stm32_pwm_capture()
257
if (prd >= (tmo_ms * NSEC_PER_MSEC) >> (
icpsc
+ 2))
in stm32_pwm_capture()
261
if (!
icpsc
)
in stm32_pwm_capture()
268
FIELD_PREP(TIM_CCMR_IC1PSC,
icpsc
) |
in stm32_pwm_capture()
269
FIELD_PREP(TIM_CCMR_IC2PSC,
icpsc
));
in stm32_pwm_capture()
275
if (raw_dty >= (raw_prd >>
icpsc
)) {
in stm32_pwm_capture()
[all...]
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-stm32.c
175
unsigned int psc = 0,
icpsc
, scale;
in stm32_pwm_capture()
local
257
for (
icpsc
= 0;
icpsc
< MAX_TIM_ICPSC ;
icpsc
++) {
in stm32_pwm_capture()
259
if (raw_prd >= (priv->max_arr - 0x1000) >> (
icpsc
+ 1))
in stm32_pwm_capture()
261
if (prd >= (tmo_ms * NSEC_PER_MSEC) >> (
icpsc
+ 2))
in stm32_pwm_capture()
265
if (!
icpsc
)
in stm32_pwm_capture()
272
FIELD_PREP(TIM_CCMR_IC1PSC,
icpsc
) |
in stm32_pwm_capture()
273
FIELD_PREP(TIM_CCMR_IC2PSC,
icpsc
));
in stm32_pwm_capture()
279
if (raw_dty >= (raw_prd >>
icpsc
)) {
in stm32_pwm_capture()
[all...]
Completed in 2 milliseconds