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:tail_mask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
r128_drv.h
82
u32
tail_mask
;
member
488
int write, _nr; unsigned int
tail_mask
; volatile u32 *ring;
500
tail_mask
= dev_priv->ring.
tail_mask
; \
518
if (((dev_priv->ring.tail + _nr) &
tail_mask
) != write) \
521
((dev_priv->ring.tail + _nr) &
tail_mask
), \
541
write &=
tail_mask
; \
H
A
D
r128_cce.c
552
dev_priv->ring.
tail_mask
= (dev_priv->ring.size / sizeof(u32)) - 1;
in r128_do_init_cce()
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/
H
A
D
i810_drv.h
72
int
tail_mask
;
member
155
ringmask = dev_priv->ring.
tail_mask
; \
H
A
D
i810_dma.c
383
dev_priv->ring.
tail_mask
= dev_priv->ring.Size - 1;
in i810_dma_initialize()
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H
A
D
tw5864-video.c
1372
u8
tail_mask
, vlc_mask = 0;
in tw5864_handle_frame()
local
1412
tail_mask
= (~vlc_mask) & 0xff;
in tw5864_handle_frame()
1414
dst[0] = (input->tail &
tail_mask
) | (vlc_first_byte & vlc_mask);
in tw5864_handle_frame()
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H
A
D
tw5864-video.c
1371
u8
tail_mask
, vlc_mask = 0;
in tw5864_handle_frame()
local
1411
tail_mask
= (~vlc_mask) & 0xff;
in tw5864_handle_frame()
1413
dst[0] = (input->tail &
tail_mask
) | (vlc_first_byte & vlc_mask);
in tw5864_handle_frame()
Completed in 9 milliseconds