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:clk_mgt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
db8500-prcmu.c
453
struct
clk_mgt
{
struct
470
static struct
clk_mgt
clk_mgt
[PRCMU_NUM_REG_CLOCKS] = {
variable
1257
val = readl(prcmu_base +
clk_mgt
[clock].offset);
in request_clock()
1259
val |= (PRCM_CLK_MGT_CLKEN |
clk_mgt
[clock].pllsw);
in request_clock()
1261
clk_mgt
[clock].pllsw = (val & PRCM_CLK_MGT_CLKPLLSW_MASK);
in request_clock()
1264
writel(val, prcmu_base +
clk_mgt
[clock].offset);
in request_clock()
1440
val = readl(prcmu_base +
clk_mgt
[clock].offset);
in clock_rate()
1443
if (
clk_mgt
[clock].clk38div && (val & PRCM_CLK_MGT_CLK38DIV))
in clock_rate()
1448
val |=
clk_mgt
[cloc
in clock_rate()
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
db8500-prcmu.c
452
struct
clk_mgt
{
struct
469
static struct
clk_mgt
clk_mgt
[PRCMU_NUM_REG_CLOCKS] = {
variable
1256
val = readl(prcmu_base +
clk_mgt
[clock].offset);
in request_clock()
1258
val |= (PRCM_CLK_MGT_CLKEN |
clk_mgt
[clock].pllsw);
in request_clock()
1260
clk_mgt
[clock].pllsw = (val & PRCM_CLK_MGT_CLKPLLSW_MASK);
in request_clock()
1263
writel(val, prcmu_base +
clk_mgt
[clock].offset);
in request_clock()
1439
val = readl(prcmu_base +
clk_mgt
[clock].offset);
in clock_rate()
1442
if (
clk_mgt
[clock].clk38div && (val & PRCM_CLK_MGT_CLK38DIV))
in clock_rate()
1447
val |=
clk_mgt
[cloc
in clock_rate()
[all...]
Completed in 8 milliseconds