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:bci_ptr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
H
A
D
savagefb_accel.c
40
par->
bci_ptr
= 0;
in savagefb_copyarea()
82
par->
bci_ptr
= 0;
in savagefb_fillrect()
119
par->
bci_ptr
= 0;
in savagefb_imageblit()
H
A
D
savagefb.h
127
#define BCI_SEND(dw) writel(dw, par->bci_base + par->
bci_ptr
++)
226
unsigned int
bci_ptr
;
member
H
A
D
savagefb_driver.c
375
par->
bci_ptr
= 0;
in SavageSetup2DEngine()
388
par->
bci_ptr
= 0;
in SavageSetup2DEngine()
403
par->
bci_ptr
= 0;
in savagefb_set_clip()
1739
par->
bci_ptr
= 0;
in savage_map_mmio()
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/
H
A
D
savagefb_accel.c
40
par->
bci_ptr
= 0;
in savagefb_copyarea()
82
par->
bci_ptr
= 0;
in savagefb_fillrect()
119
par->
bci_ptr
= 0;
in savagefb_imageblit()
H
A
D
savagefb.h
127
#define BCI_SEND(dw) writel(dw, par->bci_base + par->
bci_ptr
++)
225
unsigned int
bci_ptr
;
member
H
A
D
savagefb_driver.c
376
par->
bci_ptr
= 0;
in SavageSetup2DEngine()
389
par->
bci_ptr
= 0;
in SavageSetup2DEngine()
404
par->
bci_ptr
= 0;
in savagefb_set_clip()
1743
par->
bci_ptr
= 0;
in savage_map_mmio()
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/
H
A
D
savage_drv.h
172
volatile uint32_t *status_ptr, *
bci_ptr
;
member
501
#define BCI_LOCALS volatile uint32_t *
bci_ptr
;
505
bci_ptr
= dev_priv->
bci_ptr
; \
508
#define BCI_WRITE( val ) *
bci_ptr
++ = (uint32_t)(val)
H
A
D
savage_bci.c
853
dev_priv->
bci_ptr
= (volatile uint32_t *)
in savage_do_init_bci()
Completed in 11 milliseconds