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:R128_READ
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
r128_cce.c
60
return
R128_READ
(R128_CLOCK_CNTL_DATA);
in R128_READ_PLL()
67
(unsigned int)
R128_READ
(R128_GUI_STAT));
in r128_status()
69
(unsigned int)
R128_READ
(R128_PM4_STAT));
in r128_status()
71
(unsigned int)
R128_READ
(R128_PM4_BUFFER_DL_WPTR));
in r128_status()
73
(unsigned int)
R128_READ
(R128_PM4_BUFFER_DL_RPTR));
in r128_status()
75
(unsigned int)
R128_READ
(R128_PM4_MICRO_CNTL));
in r128_status()
77
(unsigned int)
R128_READ
(R128_PM4_BUFFER_CNTL));
in r128_status()
90
tmp =
R128_READ
(R128_PC_NGUI_CTLSTAT) | R128_PC_FLUSH_ALL;
in r128_do_pixcache_flush()
94
if (!(
R128_READ
(R128_PC_NGUI_CTLSTAT) & R128_PC_BUSY))
in r128_do_pixcache_flush()
110
int slots =
R128_READ
(R128_GUI_STA
in r128_do_wait_for_fifo()
[all...]
H
A
D
r128_irq.c
56
status =
R128_READ
(R128_GEN_INT_STATUS);
in r128_driver_irq_handler()
91
*
R128_READ
(R128_GEN_INT_CNTL) & ~R128_CRTC_VBLANK_INT_EN);
in r128_disable_vblank()
H
A
D
r128_drv.h
66
#define GET_RING_HEAD(dev_priv)
R128_READ
(R128_PM4_BUFFER_DL_RPTR)
407
#define
R128_READ
(reg) readl(((void __iomem *)dev_priv->mmio->handle) + (reg))
macro
533
R128_READ
(R128_PM4_BUFFER_DL_WPTR); \
H
A
D
r128_state.c
1236
dev_priv->crtc_offset =
R128_READ
(R128_CRTC_OFFSET);
in r128_do_init_pageflip()
1237
dev_priv->crtc_offset_cntl =
R128_READ
(R128_CRTC_OFFSET_CNTL);
in r128_do_init_pageflip()
Completed in 4 milliseconds