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_WR_PLUG
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
42
#define
HQVDP_WR_PLUG
0x000E2000 /* 0x000E2000 */
macro
43
#define HQVDP_WR_PLUG_CONTROL (
HQVDP_WR_PLUG
+ 0x1000) /* 0x000E3000 */
44
#define HQVDP_WR_PLUG_PAGE_SIZE (
HQVDP_WR_PLUG
+ 0x1004) /* 0x000E3004 */
45
#define HQVDP_WR_PLUG_MIN_OPC (
HQVDP_WR_PLUG
+ 0x1008) /* 0x000E3008 */
46
#define HQVDP_WR_PLUG_MAX_OPC (
HQVDP_WR_PLUG
+ 0x100C) /* 0x000E300C */
47
#define HQVDP_WR_PLUG_MAX_CHK (
HQVDP_WR_PLUG
+ 0x1010) /* 0x000E3010 */
48
#define HQVDP_WR_PLUG_MAX_MSG (
HQVDP_WR_PLUG
+ 0x1014) /* 0x000E3014 */
49
#define HQVDP_WR_PLUG_MIN_SPACE (
HQVDP_WR_PLUG
+ 0x1018) /* 0x000E3018 */
975
writel(fw_wr_plug[i], hqvdp->regs +
HQVDP_WR_PLUG
+ i * 4);
in sti_hqvdp_start_xp70()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
44
#define
HQVDP_WR_PLUG
0x000E2000 /* 0x000E2000 */
macro
45
#define HQVDP_WR_PLUG_CONTROL (
HQVDP_WR_PLUG
+ 0x1000) /* 0x000E3000 */
46
#define HQVDP_WR_PLUG_PAGE_SIZE (
HQVDP_WR_PLUG
+ 0x1004) /* 0x000E3004 */
47
#define HQVDP_WR_PLUG_MIN_OPC (
HQVDP_WR_PLUG
+ 0x1008) /* 0x000E3008 */
48
#define HQVDP_WR_PLUG_MAX_OPC (
HQVDP_WR_PLUG
+ 0x100C) /* 0x000E300C */
49
#define HQVDP_WR_PLUG_MAX_CHK (
HQVDP_WR_PLUG
+ 0x1010) /* 0x000E3010 */
50
#define HQVDP_WR_PLUG_MAX_MSG (
HQVDP_WR_PLUG
+ 0x1014) /* 0x000E3014 */
51
#define HQVDP_WR_PLUG_MIN_SPACE (
HQVDP_WR_PLUG
+ 0x1018) /* 0x000E3018 */
977
writel(fw_wr_plug[i], hqvdp->regs +
HQVDP_WR_PLUG
+ i * 4);
in sti_hqvdp_start_xp70()
Completed in 6 milliseconds