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_rates
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ti/
H
A
D
j721e-evm.c
47
unsigned int
pll_rates
[2];
member
78
u32
pll_rates
[2];
member
178
if (!(rate % 8000) && priv->
pll_rates
[J721E_CLK_PARENT_48000])
in j721e_configure_refclk()
180
else if (!(rate % 11025) && priv->
pll_rates
[J721E_CLK_PARENT_44100])
in j721e_configure_refclk()
188
if (priv->
pll_rates
[clk_id] / scki <= J721E_MAX_CLK_HSDIV) {
in j721e_configure_refclk()
519
.
pll_rates
= {
528
.
pll_rates
= {
537
.
pll_rates
= {
568
priv->
pll_rates
[J721E_CLK_PARENT_44100] =
in j721e_calculate_rate_range()
569
match_data->
pll_rates
[J721E_CLK_PARENT_4410
in j721e_calculate_rate_range()
[all...]
/kernel/linux/linux-6.6/sound/soc/ti/
H
A
D
j721e-evm.c
50
unsigned int
pll_rates
[2];
member
81
u32
pll_rates
[2];
member
181
if (!(rate % 8000) && priv->
pll_rates
[J721E_CLK_PARENT_48000])
in j721e_configure_refclk()
183
else if (!(rate % 11025) && priv->
pll_rates
[J721E_CLK_PARENT_44100])
in j721e_configure_refclk()
191
if (priv->
pll_rates
[clk_id] / scki <= J721E_MAX_CLK_HSDIV) {
in j721e_configure_refclk()
518
.
pll_rates
= {
527
.
pll_rates
= {
536
.
pll_rates
= {
567
priv->
pll_rates
[J721E_CLK_PARENT_44100] =
in j721e_calculate_rate_range()
568
match_data->
pll_rates
[J721E_CLK_PARENT_4410
in j721e_calculate_rate_range()
[all...]
Completed in 3 milliseconds