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:ibits
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H
A
D
clk-pll.c
67
int
ibits
;
in __mtk_pll_recalc_rate()
local
72
ibits
= pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS;
in __mtk_pll_recalc_rate()
73
if (pcwbits >
ibits
)
in __mtk_pll_recalc_rate()
74
pcwfbits = pcwbits -
ibits
;
in __mtk_pll_recalc_rate()
165
int
ibits
;
in mtk_pll_calc_values()
local
189
ibits
= pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS;
in mtk_pll_calc_values()
190
_pcw = ((u64)freq << val) << (pll->data->pcwbits -
ibits
);
in mtk_pll_calc_values()
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H
A
D
clk-pll.c
45
int
ibits
;
in __mtk_pll_recalc_rate()
local
50
ibits
= pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS;
in __mtk_pll_recalc_rate()
51
if (pcwbits >
ibits
)
in __mtk_pll_recalc_rate()
52
pcwfbits = pcwbits -
ibits
;
in __mtk_pll_recalc_rate()
143
int
ibits
;
in mtk_pll_calc_values()
local
167
ibits
= pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS;
in mtk_pll_calc_values()
168
_pcw = ((u64)freq << val) << (pll->data->pcwbits -
ibits
);
in mtk_pll_calc_values()
/kernel/linux/linux-5.10/drivers/clk/qcom/
H
A
D
clk-pll.h
17
* @
ibits
: internal values
24
u32
ibits
;
member
H
A
D
clk-pll.c
162
regmap_write(pll->clkr.regmap, pll->config_reg, f->
ibits
);
in clk_pll_set_rate()
H
A
D
gcc-ipq806x.c
220
.
ibits
= i, \
/kernel/linux/linux-6.6/drivers/clk/qcom/
H
A
D
clk-pll.h
17
* @
ibits
: internal values
24
u32
ibits
;
member
H
A
D
clk-pll.c
162
regmap_write(pll->clkr.regmap, pll->config_reg, f->
ibits
);
in clk_pll_set_rate()
H
A
D
gcc-ipq806x.c
232
.
ibits
= i, \
Completed in 14 milliseconds