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:vbif_base
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_venus.c
534
void __iomem *
vbif_base
= hdev->core->
vbif_base
;
in venus_halt_axi()
local
558
val = readl(
vbif_base
+ VBIF_AXI_HALT_CTRL0);
in venus_halt_axi()
560
writel(val,
vbif_base
+ VBIF_AXI_HALT_CTRL0);
in venus_halt_axi()
563
ret = readl_poll_timeout(
vbif_base
+ VBIF_AXI_HALT_CTRL1, val,
in venus_halt_axi()
H
A
D
core.h
122
* @
vbif_base
IO memory vbif base address
160
void __iomem *
vbif_base
;
member
H
A
D
core.c
216
core->
vbif_base
= core->base + VBIF_BASE;
in venus_assign_register_offsets()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
core.c
251
core->
vbif_base
= core->base + VBIF_BASE;
in venus_assign_register_offsets()
259
core->
vbif_base
= core->base + VBIF_BASE;
in venus_assign_register_offsets()
H
A
D
hfi_venus.c
554
void __iomem *
vbif_base
= hdev->core->
vbif_base
;
in venus_halt_axi()
local
614
val = readl(
vbif_base
+ VBIF_AXI_HALT_CTRL0);
in venus_halt_axi()
616
writel(val,
vbif_base
+ VBIF_AXI_HALT_CTRL0);
in venus_halt_axi()
619
ret = readl_poll_timeout(
vbif_base
+ VBIF_AXI_HALT_CTRL1, val,
in venus_halt_axi()
H
A
D
core.h
123
* @
vbif_base
: IO memory vbif base address
176
void __iomem *
vbif_base
;
member
Completed in 9 milliseconds