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_mul
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/actions/
H
A
D
owl-pll.h
31
u8
max_mul
;
member
50
.
max_mul
= _max_mul, \
H
A
D
owl-pll.c
25
else if (mul > pll_hw->
max_mul
)
in owl_pll_calculate_mul()
26
mul = pll_hw->
max_mul
;
in owl_pll_calculate_mul()
/kernel/linux/linux-6.6/drivers/clk/actions/
H
A
D
owl-pll.h
31
u8
max_mul
;
member
50
.
max_mul
= _max_mul, \
H
A
D
owl-pll.c
25
else if (mul > pll_hw->
max_mul
)
in owl_pll_calculate_mul()
26
mul = pll_hw->
max_mul
;
in owl_pll_calculate_mul()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_clock.c
257
u64
max_mul
= div64_u64(ULLONG_MAX, max_val_cycles_rounded);
in freq_to_shift()
local
260
return ilog2(div_u64(
max_mul
* freq_khz, 1000000));
in freq_to_shift()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_clock.c
255
u64
max_mul
= div64_u64(ULLONG_MAX, max_val_cycles_rounded);
in freq_to_shift()
local
258
return ilog2(div_u64(
max_mul
* freq_khz, 1000000));
in freq_to_shift()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
hyperv.c
1045
u64
max_mul
;
in compute_tsc_page_parameters()
local
1056
max_mul
= 100ull << (32 - hv_clock->tsc_shift);
in compute_tsc_page_parameters()
1057
if (hv_clock->tsc_to_system_mul >=
max_mul
)
in compute_tsc_page_parameters()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
hyperv.c
1112
u64
max_mul
;
in compute_tsc_page_parameters()
local
1123
max_mul
= 100ull << (32 - hv_clock->tsc_shift);
in compute_tsc_page_parameters()
1124
if (hv_clock->tsc_to_system_mul >=
max_mul
)
in compute_tsc_page_parameters()
Completed in 9 milliseconds