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:vmw_mmio_read
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_fifo.c
65
fifo_min =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_MIN);
in vmw_fifo_have_3d()
69
hwversion =
vmw_mmio_read
(fifo_mem +
in vmw_fifo_have_3d()
96
caps =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_CAPABILITIES);
in vmw_fifo_have_pitchlock()
152
max =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_MAX);
in vmw_fifo_init()
153
min =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_MIN);
in vmw_fifo_init()
154
fifo->capabilities =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_CAPABILITIES);
in vmw_fifo_init()
184
dev_priv->last_read_seqno =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_FENCE);
in vmw_fifo_release()
209
uint32_t max =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_MAX);
in vmw_fifo_is_full()
210
uint32_t next_cmd =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_NEXT_CMD);
in vmw_fifo_is_full()
211
uint32_t min =
vmw_mmio_read
(fifo_me
in vmw_fifo_is_full()
[all...]
H
A
D
vmwgfx_fence.c
145
u32 seqno =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_FENCE);
in vmw_fence_enable_signaling()
411
goal_seqno =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_FENCE_GOAL);
in vmw_fence_goal_new_locked()
454
goal_seqno =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_FENCE_GOAL);
in vmw_fence_goal_check_locked()
473
seqno =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_FENCE);
in __vmw_fences_update()
495
new_seqno =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_FENCE);
in __vmw_fences_update()
H
A
D
vmwgfx_irq.c
121
uint32_t seqno =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_FENCE);
in vmw_update_seqno()
H
A
D
vmwgfx_ioctl.c
79
vmw_mmio_read
(fifo_mem +
in vmw_getparam_ioctl()
H
A
D
vmwgfx_drv.h
1585
*
vmw_mmio_read
- Perform a MMIO read from volatile memory
1592
static inline u32
vmw_mmio_read
(u32 *addr)
in vmw_mmio_read()
function
H
A
D
vmwgfx_kms.c
138
count =
vmw_mmio_read
(fifo_mem + SVGA_FIFO_CURSOR_COUNT);
in vmw_cursor_update_position()
Completed in 10 milliseconds