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_en_bit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H
A
D
clk-pll.c
37
return (readl(pll->en_addr) & BIT(pll->data->
pll_en_bit
)) != 0;
in mtk_pll_is_prepared()
227
r = readl(pll->en_addr) | BIT(pll->data->
pll_en_bit
);
in mtk_pll_prepare()
266
r = readl(pll->en_addr) & ~BIT(pll->data->
pll_en_bit
);
in mtk_pll_unprepare()
H
A
D
clk-pll.h
50
u8
pll_en_bit
; /* Assume 0, indicates BIT(0) by default */
member
H
A
D
clk-mt8195-apusys_pll.c
49
.
pll_en_bit
= MT8195_PLL_EN_BIT, \
H
A
D
clk-mt8188-apmixedsys.c
57
.
pll_en_bit
= _pll_en_bit, \
H
A
D
clk-mt6795-apmixedsys.c
43
.
pll_en_bit
= 0, \
H
A
D
clk-mt8192-apmixedsys.c
60
.
pll_en_bit
= _pll_en_bit, \
H
A
D
clk-mt8186-apmixedsys.c
43
.
pll_en_bit
= 0, \
H
A
D
clk-mt8195-apmixedsys.c
58
.
pll_en_bit
= _pll_en_bit, \
Completed in 4 milliseconds