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:pll_entry
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs43130.c
239
const struct cs43130_pll_params *
pll_entry
;
in cs43130_pll_config()
local
244
pll_entry
= cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int);
in cs43130_pll_config()
245
if (!
pll_entry
)
in cs43130_pll_config()
248
if (
pll_entry
->pll_cal_ratio == 0) {
in cs43130_pll_config()
260
pll_entry
->pll_div_frac >>
in cs43130_pll_config()
264
pll_entry
->pll_div_frac >>
in cs43130_pll_config()
268
pll_entry
->pll_div_frac >>
in cs43130_pll_config()
271
pll_entry
->pll_div_int);
in cs43130_pll_config()
272
regmap_write(cs43130->regmap, CS43130_PLL_SET_6,
pll_entry
->pll_divout);
in cs43130_pll_config()
274
pll_entry
in cs43130_pll_config()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs43130.c
240
const struct cs43130_pll_params *
pll_entry
;
in cs43130_pll_config()
local
245
pll_entry
= cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int);
in cs43130_pll_config()
246
if (!
pll_entry
)
in cs43130_pll_config()
249
if (
pll_entry
->pll_cal_ratio == 0) {
in cs43130_pll_config()
261
pll_entry
->pll_div_frac >>
in cs43130_pll_config()
265
pll_entry
->pll_div_frac >>
in cs43130_pll_config()
269
pll_entry
->pll_div_frac >>
in cs43130_pll_config()
272
pll_entry
->pll_div_int);
in cs43130_pll_config()
273
regmap_write(cs43130->regmap, CS43130_PLL_SET_6,
pll_entry
->pll_divout);
in cs43130_pll_config()
275
pll_entry
in cs43130_pll_config()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
w100fb.c
1030
struct pll_entries *
pll_entry
= w100_pll_tables;
in w100_get_xtal_table()
local
1033
if (freq ==
pll_entry
->xtal_freq)
in w100_get_xtal_table()
1034
return
pll_entry
->pll_table;
in w100_get_xtal_table()
1035
pll_entry
++;
in w100_get_xtal_table()
1036
} while (
pll_entry
->xtal_freq);
in w100_get_xtal_table()
Completed in 8 milliseconds