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:max_step_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-mt65xx.c
606
unsigned int su_sta_cnt, low_cnt, high_cnt,
max_step_cnt
;
in mtk_i2c_check_ac_timing()
local
629
max_step_cnt
= mtk_i2c_max_step_cnt(check_speed);
in mtk_i2c_check_ac_timing()
630
if ((2 * step_cnt) > low_cnt && low_cnt <
max_step_cnt
) {
in mtk_i2c_check_ac_timing()
707
unsigned int
max_step_cnt
;
in mtk_i2c_calculate_speed()
local
718
max_step_cnt
= mtk_i2c_max_step_cnt(target_speed);
in mtk_i2c_calculate_speed()
719
base_step_cnt =
max_step_cnt
;
in mtk_i2c_calculate_speed()
722
best_mul = MAX_SAMPLE_CNT_DIV *
max_step_cnt
;
in mtk_i2c_calculate_speed()
726
* 0 < step_cnt <
max_step_cnt
in mtk_i2c_calculate_speed()
733
if (step_cnt >
max_step_cnt
)
in mtk_i2c_calculate_speed()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-mt65xx.c
703
unsigned int su_sta_cnt, low_cnt, high_cnt,
max_step_cnt
;
in mtk_i2c_check_ac_timing()
local
727
max_step_cnt
= mtk_i2c_max_step_cnt(check_speed);
in mtk_i2c_check_ac_timing()
728
if ((2 * step_cnt) > low_cnt && low_cnt <
max_step_cnt
) {
in mtk_i2c_check_ac_timing()
805
unsigned int
max_step_cnt
;
in mtk_i2c_calculate_speed()
local
817
max_step_cnt
= mtk_i2c_max_step_cnt(target_speed);
in mtk_i2c_calculate_speed()
818
base_step_cnt =
max_step_cnt
;
in mtk_i2c_calculate_speed()
821
best_mul = MAX_SAMPLE_CNT_DIV *
max_step_cnt
;
in mtk_i2c_calculate_speed()
825
* 0 < step_cnt <
max_step_cnt
in mtk_i2c_calculate_speed()
833
if (step_cnt >
max_step_cnt
)
in mtk_i2c_calculate_speed()
Completed in 4 milliseconds