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:VCO_SPEED
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/berlin/
H
A
D
berlin2-avpll.c
62
#define
VCO_SPEED
(x) ((x) << VCO_SPEED_SHIFT)
macro
63
#define VCO_SPEED_1G08_1G21
VCO_SPEED
(0)
64
#define VCO_SPEED_1G21_1G40
VCO_SPEED
(1)
65
#define VCO_SPEED_1G40_1G61
VCO_SPEED
(2)
66
#define VCO_SPEED_1G61_1G86
VCO_SPEED
(3)
67
#define VCO_SPEED_1G86_2G00
VCO_SPEED
(4)
68
#define VCO_SPEED_2G00_2G22
VCO_SPEED
(5)
69
#define VCO_SPEED_2G22
VCO_SPEED
(6)
70
#define VCO_SPEED_MASK
VCO_SPEED
(0x7)
/kernel/linux/linux-6.6/drivers/clk/berlin/
H
A
D
berlin2-avpll.c
62
#define
VCO_SPEED
(x) ((x) << VCO_SPEED_SHIFT)
macro
63
#define VCO_SPEED_1G08_1G21
VCO_SPEED
(0)
64
#define VCO_SPEED_1G21_1G40
VCO_SPEED
(1)
65
#define VCO_SPEED_1G40_1G61
VCO_SPEED
(2)
66
#define VCO_SPEED_1G61_1G86
VCO_SPEED
(3)
67
#define VCO_SPEED_1G86_2G00
VCO_SPEED
(4)
68
#define VCO_SPEED_2G00_2G22
VCO_SPEED
(5)
69
#define VCO_SPEED_2G22
VCO_SPEED
(6)
70
#define VCO_SPEED_MASK
VCO_SPEED
(0x7)
Completed in 3 milliseconds