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:fbpt_rp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/
H
A
D
ipu3-cio2.c
898
u32
fbpt_rp
;
in cio2_vb2_buf_queue()
local
917
fbpt_rp
= (readl(cio2->base + CIO2_REG_CDMARI(CIO2_DMA_CHAN))
in cio2_vb2_buf_queue()
922
*
fbpt_rp
is the fbpt entry that the dma is currently working
in cio2_vb2_buf_queue()
926
fbpt_rp
= (
fbpt_rp
+ 1) % CIO2_MAX_BUFFERS;
in cio2_vb2_buf_queue()
928
if (bufs_queued <= 1 ||
fbpt_rp
== next)
in cio2_vb2_buf_queue()
930
next = (
fbpt_rp
+ 1) % CIO2_MAX_BUFFERS;
in cio2_vb2_buf_queue()
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/
H
A
D
ipu3-cio2.c
899
u32
fbpt_rp
;
in cio2_vb2_buf_queue()
local
918
fbpt_rp
= (readl(cio2->base + CIO2_REG_CDMARI(CIO2_DMA_CHAN))
in cio2_vb2_buf_queue()
923
*
fbpt_rp
is the fbpt entry that the dma is currently working
in cio2_vb2_buf_queue()
927
fbpt_rp
= (
fbpt_rp
+ 1) % CIO2_MAX_BUFFERS;
in cio2_vb2_buf_queue()
929
if (bufs_queued <= 1 ||
fbpt_rp
== next)
in cio2_vb2_buf_queue()
931
next = (
fbpt_rp
+ 1) % CIO2_MAX_BUFFERS;
in cio2_vb2_buf_queue()
Completed in 5 milliseconds