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:endiv_mask
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/
H
A
D
clk-sam9x60-pll.c
256
if (!!(val & core->layout->
endiv_mask
) && cdiv == div->div)
in sam9x60_div_pll_prepare()
260
core->layout->div_mask | core->layout->
endiv_mask
,
in sam9x60_div_pll_prepare()
289
core->layout->
endiv_mask
, 0);
in sam9x60_div_pll_unprepare()
313
return !!(val & core->layout->
endiv_mask
);
in sam9x60_div_pll_is_prepared()
H
A
D
pmc.h
60
u32
endiv_mask
;
member
H
A
D
sam9x60.c
54
.
endiv_mask
= BIT(29),
H
A
D
sama7g5.c
79
.
endiv_mask
= BIT(29),
87
.
endiv_mask
= BIT(30),
/kernel/linux/linux-6.6/drivers/clk/at91/
H
A
D
clk-sam9x60-pll.c
341
u32 ena_msk = enable ? core->layout->
endiv_mask
: 0;
in sam9x60_div_pll_set_div()
370
if (!!(val & core->layout->
endiv_mask
) && cdiv == div->div)
in sam9x60_div_pll_set()
400
core->layout->
endiv_mask
, 0);
in sam9x60_div_pll_unprepare()
424
return !!(val & core->layout->
endiv_mask
);
in sam9x60_div_pll_is_prepared()
H
A
D
sam9x60.c
55
.
endiv_mask
= BIT(29),
H
A
D
pmc.h
62
u32
endiv_mask
;
member
H
A
D
sama7g5.c
92
.
endiv_mask
= BIT(29),
100
.
endiv_mask
= BIT(30),
Completed in 7 milliseconds