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:xvcu_pll_cfg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/xilinx/
H
A
D
xlnx_vcu.c
81
* struct
xvcu_pll_cfg
- Helper data
89
struct
xvcu_pll_cfg
{
struct
98
static const struct
xvcu_pll_cfg
xvcu_pll_cfg
[] = {
variable
273
static const struct
xvcu_pll_cfg
*xvcu_find_cfg(int div)
in xvcu_find_cfg()
275
const struct
xvcu_pll_cfg
*cfg = NULL;
in xvcu_find_cfg()
278
for (i = 0; i < ARRAY_SIZE(
xvcu_pll_cfg
) - 1; i++)
in xvcu_find_cfg()
279
if (
xvcu_pll_cfg
[i].fbdiv == div)
in xvcu_find_cfg()
280
cfg = &
xvcu_pll_cfg
[i];
in xvcu_find_cfg()
288
const struct
xvcu_pll_cfg
*cf
in xvcu_pll_set_div()
[all...]
/kernel/linux/linux-5.10/drivers/soc/xilinx/
H
A
D
xlnx_vcu.c
115
* struct
xvcu_pll_cfg
- Helper data
123
struct
xvcu_pll_cfg
{
struct
132
static const struct
xvcu_pll_cfg
xvcu_pll_cfg
[] = {
variable
301
const struct
xvcu_pll_cfg
*found = NULL;
in xvcu_set_vcu_pll_info()
343
for (i = ARRAY_SIZE(
xvcu_pll_cfg
) - 1; i >= 0; i--) {
in xvcu_set_vcu_pll_info()
344
const struct
xvcu_pll_cfg
*cfg = &
xvcu_pll_cfg
[i];
in xvcu_set_vcu_pll_info()
Completed in 3 milliseconds