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_diu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H
A
D
mpc512x_shared.c
72
struct clk *
clk_diu
;
in mpc512x_set_pixel_clock()
local
82
clk_diu
= of_clk_get(np, 0);
in mpc512x_set_pixel_clock()
83
if (IS_ERR(
clk_diu
)) {
in mpc512x_set_pixel_clock()
85
clk_diu
= clk_get_sys(np->name, "ipg");
in mpc512x_set_pixel_clock()
88
if (IS_ERR(
clk_diu
)) {
in mpc512x_set_pixel_clock()
92
if (clk_prepare_enable(
clk_diu
)) {
in mpc512x_set_pixel_clock()
139
clk_set_rate(
clk_diu
, want);
in mpc512x_set_pixel_clock()
140
got = clk_get_rate(
clk_diu
);
in mpc512x_set_pixel_clock()
148
clk_set_rate(
clk_diu
, want);
in mpc512x_set_pixel_clock()
149
got = clk_get_rate(
clk_diu
);
in mpc512x_set_pixel_clock()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/
H
A
D
mpc512x_shared.c
58
struct clk *
clk_diu
;
in mpc512x_set_pixel_clock()
local
68
clk_diu
= of_clk_get(np, 0);
in mpc512x_set_pixel_clock()
69
if (IS_ERR(
clk_diu
)) {
in mpc512x_set_pixel_clock()
71
clk_diu
= clk_get_sys(np->name, "ipg");
in mpc512x_set_pixel_clock()
74
if (IS_ERR(
clk_diu
)) {
in mpc512x_set_pixel_clock()
78
if (clk_prepare_enable(
clk_diu
)) {
in mpc512x_set_pixel_clock()
125
clk_set_rate(
clk_diu
, want);
in mpc512x_set_pixel_clock()
126
got = clk_get_rate(
clk_diu
);
in mpc512x_set_pixel_clock()
134
clk_set_rate(
clk_diu
, want);
in mpc512x_set_pixel_clock()
135
got = clk_get_rate(
clk_diu
);
in mpc512x_set_pixel_clock()
[all...]
Completed in 2 milliseconds