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:vop2_readl
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop2.c
251
static u32
vop2_readl
(struct vop2 *vop2, u32 offset)
in vop2_readl()
function
1436
die =
vop2_readl
(vop2, RK3568_DSP_IF_EN);
in rk3568_set_intf_mux()
1437
dip =
vop2_readl
(vop2, RK3568_DSP_IF_POL);
in rk3568_set_intf_mux()
1909
port_sel =
vop2_readl
(vop2, RK3568_OVL_PORT_SEL);
in vop2_setup_layer_mixer()
1930
layer_sel =
vop2_readl
(vop2, RK3568_OVL_LAYER_SEL);
in vop2_setup_layer_mixer()
2153
irqs =
vop2_readl
(vop2, RK3568_VP_INT_STATUS(vp->id));
in vop2_isr()
2165
u32 val =
vop2_readl
(vop2, RK3568_REG_CFG_DONE);
in vop2_isr()
2186
axi_irqs[0] =
vop2_readl
(vop2, RK3568_SYS0_INT_STATUS);
in vop2_isr()
2188
axi_irqs[1] =
vop2_readl
(vop2, RK3568_SYS1_INT_STATUS);
in vop2_isr()
Completed in 4 milliseconds