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:HQVDP_RD_PLUG
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
34
#define
HQVDP_RD_PLUG
0x000E0000 /* 0x000E0000 */
macro
35
#define HQVDP_RD_PLUG_CONTROL (
HQVDP_RD_PLUG
+ 0x1000) /* 0x000E1000 */
36
#define HQVDP_RD_PLUG_PAGE_SIZE (
HQVDP_RD_PLUG
+ 0x1004) /* 0x000E1004 */
37
#define HQVDP_RD_PLUG_MIN_OPC (
HQVDP_RD_PLUG
+ 0x1008) /* 0x000E1008 */
38
#define HQVDP_RD_PLUG_MAX_OPC (
HQVDP_RD_PLUG
+ 0x100C) /* 0x000E100C */
39
#define HQVDP_RD_PLUG_MAX_CHK (
HQVDP_RD_PLUG
+ 0x1010) /* 0x000E1010 */
40
#define HQVDP_RD_PLUG_MAX_MSG (
HQVDP_RD_PLUG
+ 0x1014) /* 0x000E1014 */
41
#define HQVDP_RD_PLUG_MIN_SPACE (
HQVDP_RD_PLUG
+ 0x1018) /* 0x000E1018 */
973
writel(fw_rd_plug[i], hqvdp->regs +
HQVDP_RD_PLUG
+ i * 4);
in sti_hqvdp_start_xp70()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
36
#define
HQVDP_RD_PLUG
0x000E0000 /* 0x000E0000 */
macro
37
#define HQVDP_RD_PLUG_CONTROL (
HQVDP_RD_PLUG
+ 0x1000) /* 0x000E1000 */
38
#define HQVDP_RD_PLUG_PAGE_SIZE (
HQVDP_RD_PLUG
+ 0x1004) /* 0x000E1004 */
39
#define HQVDP_RD_PLUG_MIN_OPC (
HQVDP_RD_PLUG
+ 0x1008) /* 0x000E1008 */
40
#define HQVDP_RD_PLUG_MAX_OPC (
HQVDP_RD_PLUG
+ 0x100C) /* 0x000E100C */
41
#define HQVDP_RD_PLUG_MAX_CHK (
HQVDP_RD_PLUG
+ 0x1010) /* 0x000E1010 */
42
#define HQVDP_RD_PLUG_MAX_MSG (
HQVDP_RD_PLUG
+ 0x1014) /* 0x000E1014 */
43
#define HQVDP_RD_PLUG_MIN_SPACE (
HQVDP_RD_PLUG
+ 0x1018) /* 0x000E1018 */
975
writel(fw_rd_plug[i], hqvdp->regs +
HQVDP_RD_PLUG
+ i * 4);
in sti_hqvdp_start_xp70()
Completed in 5 milliseconds