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:pllfh
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H
A
D
clk-pllfh.c
15
#include "clk-
pllfh
.h"
88
struct mtk_pllfh_data *
pllfh
;
in fhctl_parse_dt()
local
97
pllfh
= get_pllfh_by_id(pllfhs, num_fhs, pll_id);
in fhctl_parse_dt()
98
if (!
pllfh
)
in fhctl_parse_dt()
101
pllfh
->state.fh_enable = 1;
in fhctl_parse_dt()
102
pllfh
->state.ssc_rate = ssc_rate;
in fhctl_parse_dt()
103
pllfh
->state.base = base;
in fhctl_parse_dt()
146
static bool fhctl_is_supported_and_enabled(const struct mtk_pllfh_data *
pllfh
)
in fhctl_is_supported_and_enabled()
argument
148
return
pllfh
&& (
pllfh
in fhctl_is_supported_and_enabled()
214
struct mtk_
pllfh
_data *
pllfh
;
mtk_clk_register_pllfhs()
local
240
struct mtk_
pllfh
_data *
pllfh
;
mtk_clk_register_pllfhs()
local
272
struct mtk_
pllfh
_data *
pllfh
;
mtk_clk_unregister_pllfhs()
local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
itd1000.c
121
u8
pllfh
= itd1000_read_reg(state, PLLFH) & 0x0f;
in itd1000_set_lpf_bw()
local
133
itd1000_write_reg(state, PLLFH,
pllfh
| (itd1000_lpf_pga[i].pgaext << 4));
in itd1000_set_lpf_bw()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
itd1000.c
121
u8
pllfh
= itd1000_read_reg(state, PLLFH) & 0x0f;
in itd1000_set_lpf_bw()
local
133
itd1000_write_reg(state, PLLFH,
pllfh
| (itd1000_lpf_pga[i].pgaext << 4));
in itd1000_set_lpf_bw()
Completed in 3 milliseconds