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:dclk_max_div
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun4i_dotclock.c
79
for (i = tcon->dclk_min_div; i <= tcon->
dclk_max_div
; i++) {
in sun4i_dclk_round_rate()
H
A
D
sun4i_rgb.c
122
tcon->
dclk_max_div
= 127;
in sun4i_rgb_mode_valid()
H
A
D
sun4i_tcon.h
271
u8
dclk_max_div
;
member
H
A
D
sun4i_tcon.c
370
tcon->
dclk_max_div
= SUN6I_DSI_TCON_DIV;
in sun4i_tcon0_mode_set_cpu()
439
tcon->
dclk_max_div
= 7;
in sun4i_tcon0_mode_set_lvds()
516
tcon->
dclk_max_div
= 127;
in sun4i_tcon0_mode_set_rgb()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun4i_rgb.c
122
tcon->
dclk_max_div
= 127;
in sun4i_rgb_mode_valid()
H
A
D
sun4i_tcon_dclk.c
79
for (i = tcon->dclk_min_div; i <= tcon->
dclk_max_div
; i++) {
in sun4i_dclk_round_rate()
H
A
D
sun4i_tcon.h
272
u8
dclk_max_div
;
member
H
A
D
sun4i_tcon.c
362
tcon->
dclk_max_div
= SUN6I_DSI_TCON_DIV;
in sun4i_tcon0_mode_set_cpu()
436
tcon->
dclk_max_div
= 7;
in sun4i_tcon0_mode_set_lvds()
518
tcon->
dclk_max_div
= 127;
in sun4i_tcon0_mode_set_rgb()
Completed in 8 milliseconds