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:speed_freq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-stm32f7.c
222
* @
speed_freq
: I2C speed frequency (Hz)
231
u32
speed_freq
;
member
436
setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
449
specs = stm32f7_get_specs(setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
452
setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
542
clk_max = NSEC_PER_SEC / RATE_MIN(setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
543
clk_min = NSEC_PER_SEC / setup->
speed_freq
;
in stm32f7_i2c_compute_timing()
648
setup->
speed_freq
= t->bus_freq_hz;
in stm32f7_i2c_setup_timing()
664
if (setup->
speed_freq
<= I2C_MAX_STANDARD_MODE_FREQ)
in stm32f7_i2c_setup_timing()
666
setup->
speed_freq
in stm32f7_i2c_setup_timing()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-stm32f7.c
224
* @
speed_freq
: I2C speed frequency (Hz)
231
u32
speed_freq
;
member
455
setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
468
specs = stm32f7_get_specs(setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
471
setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
562
clk_max = NSEC_PER_SEC / RATE_MIN(setup->
speed_freq
);
in stm32f7_i2c_compute_timing()
563
clk_min = NSEC_PER_SEC / setup->
speed_freq
;
in stm32f7_i2c_compute_timing()
668
setup->
speed_freq
= t->bus_freq_hz;
in stm32f7_i2c_setup_timing()
688
if (setup->
speed_freq
<= I2C_MAX_STANDARD_MODE_FREQ)
in stm32f7_i2c_setup_timing()
690
setup->
speed_freq
in stm32f7_i2c_setup_timing()
[all...]
Completed in 5 milliseconds