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_ratio_table
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs42l42.c
583
static const struct cs42l42_pll_params
pll_ratio_table
[] = {
variable
607
for (i = 0; i < ARRAY_SIZE(
pll_ratio_table
); i++) {
in cs42l42_pll_config()
608
if (
pll_ratio_table
[i].sclk == cs42l42->sclk) {
in cs42l42_pll_config()
612
((
pll_ratio_table
[i].mclk_int !=
in cs42l42_pll_config()
614
(
pll_ratio_table
[i].mclk_int !=
in cs42l42_pll_config()
623
(
pll_ratio_table
[i].mclk_src_sel
in cs42l42_pll_config()
625
(
pll_ratio_table
[i].mclk_div <<
in cs42l42_pll_config()
676
if (
pll_ratio_table
[i].mclk_src_sel == 0) {
in cs42l42_pll_config()
686
pll_ratio_table
[i].sclk_prediv
in cs42l42_pll_config()
691
pll_ratio_table
[
in cs42l42_pll_config()
[all...]
H
A
D
cs43130.c
190
static const struct cs43130_pll_params
pll_ratio_table
[] = {
variable
227
for (i = 0; i < ARRAY_SIZE(
pll_ratio_table
); i++) {
in cs43130_get_pll_table()
228
if (
pll_ratio_table
[i].pll_in == freq_in &&
in cs43130_get_pll_table()
229
pll_ratio_table
[i].pll_out == freq_out)
in cs43130_get_pll_table()
230
return &
pll_ratio_table
[i];
in cs43130_get_pll_table()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l42.c
639
static const struct cs42l42_pll_params
pll_ratio_table
[] = {
variable
675
if (
pll_ratio_table
[cs42l42->pll_config].sclk == clk)
in cs42l42_pll_config()
681
for (i = 0; i < ARRAY_SIZE(
pll_ratio_table
); i++) {
in cs42l42_pll_config()
683
if (
pll_ratio_table
[i].mclk_int % sample_rate)
in cs42l42_pll_config()
686
if (
pll_ratio_table
[i].sclk == clk) {
in cs42l42_pll_config()
692
((
pll_ratio_table
[i].mclk_int !=
in cs42l42_pll_config()
694
(
pll_ratio_table
[i].mclk_int !=
in cs42l42_pll_config()
697
if (
pll_ratio_table
[i].mclk_src_sel == 0) {
in cs42l42_pll_config()
707
pll_ratio_table
[i].sclk_prediv
in cs42l42_pll_config()
712
pll_ratio_table
[
in cs42l42_pll_config()
[all...]
H
A
D
cs43130.c
191
static const struct cs43130_pll_params
pll_ratio_table
[] = {
variable
228
for (i = 0; i < ARRAY_SIZE(
pll_ratio_table
); i++) {
in cs43130_get_pll_table()
229
if (
pll_ratio_table
[i].pll_in == freq_in &&
in cs43130_get_pll_table()
230
pll_ratio_table
[i].pll_out == freq_out)
in cs43130_get_pll_table()
231
return &
pll_ratio_table
[i];
in cs43130_get_pll_table()
Completed in 8 milliseconds