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:i1clk
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxbf_gige/
H
A
D
mlxbf_gige_mdio.c
134
/* Returns core clock
i1clk
in Hz */
170
*
i1clk
is in Hz:
171
* 400 ns = 2*(val + 1)*(1/
i1clk
)
173
* val = (((400/10^9) / (1/
i1clk
) / 2) - 1)
174
* val = (400/2 *
i1clk
)/10^9 - 1
179
u64
i1clk
;
in mdio_period_map()
local
181
i1clk
= calculate_i1clk(priv);
in mdio_period_map()
183
mdio_period = div_u64((MLXBF_GIGE_MDC_CLK_NS >> 1) *
i1clk
, 1000000000) - 1;
in mdio_period_map()
Completed in 1 milliseconds