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:VIA_REG_STATUS
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/via/
H
A
D
via_dma.c
53
#define
VIA_REG_STATUS
0x400
macro
57
/*
VIA_REG_STATUS
(0x400): Engine Status */
477
while (!(via_read(dev_priv,
VIA_REG_STATUS
) & VIA_VR_QUEUE_BUSY) && --count)
in via_wait_idle()
480
while (count && (via_read(dev_priv,
VIA_REG_STATUS
) &
in via_wait_idle()
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H
A
D
accel.h
157
#define
VIA_REG_STATUS
0x400
macro
163
/*
VIA_REG_STATUS
(0x400): Engine Status */
174
/*
VIA_REG_STATUS
(0x400): Engine Status for H5 */
180
/*
VIA_REG_STATUS
(0x400): Engine Status for VT3353/3409 */
H
A
D
accel.c
517
while (!(readl(engine +
VIA_REG_STATUS
) &
in viafb_wait_engine_idle()
526
while ((readl(engine +
VIA_REG_STATUS
) & mask) && (loop < MAXLOOP)) {
in viafb_wait_engine_idle()
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H
A
D
accel.h
157
#define
VIA_REG_STATUS
0x400
macro
163
/*
VIA_REG_STATUS
(0x400): Engine Status */
174
/*
VIA_REG_STATUS
(0x400): Engine Status for H5 */
180
/*
VIA_REG_STATUS
(0x400): Engine Status for VT3353/3409 */
H
A
D
accel.c
517
while (!(readl(engine +
VIA_REG_STATUS
) &
in viafb_wait_engine_idle()
526
while ((readl(engine +
VIA_REG_STATUS
) & mask) && (loop < MAXLOOP)) {
in viafb_wait_engine_idle()
Completed in 4 milliseconds