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:ERST_PTR_MASK
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-mem.c
1110
temp &=
ERST_PTR_MASK
;
in cdnsp_set_event_deq()
1118
cdnsp_write_64(((u64)deq & (u64)~
ERST_PTR_MASK
) | temp,
in cdnsp_set_event_deq()
1300
val_64 &=
ERST_PTR_MASK
;
in cdnsp_mem_init()
1301
val_64 |= (pdev->erst.erst_dma_addr & (u64)~
ERST_PTR_MASK
);
in cdnsp_mem_init()
H
A
D
cdnsp-gadget.h
412
#define
ERST_PTR_MASK
GENMASK(3, 0)
macro
H
A
D
cdnsp-gadget.c
1350
temp_64 &=
ERST_PTR_MASK
;
in cdnsp_update_erst_dequeue()
1351
temp_64 |= ((u64)deq & (u64)~
ERST_PTR_MASK
);
in cdnsp_update_erst_dequeue()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
2132
temp &=
ERST_PTR_MASK
;
in xhci_set_hc_event_deq()
2140
xhci_write_64(xhci, ((u64) deq & (u64) ~
ERST_PTR_MASK
) | temp,
in xhci_set_hc_event_deq()
2593
val_64 &=
ERST_PTR_MASK
;
in xhci_mem_init()
2594
val_64 |= (xhci->erst.erst_dma_addr & (u64) ~
ERST_PTR_MASK
);
in xhci_mem_init()
H
A
D
xhci-ring.c
2941
if ((temp_64 & (u64) ~
ERST_PTR_MASK
) ==
in xhci_update_erst_dequeue()
2942
((u64) deq & (u64) ~
ERST_PTR_MASK
))
in xhci_update_erst_dequeue()
2946
temp_64 &=
ERST_PTR_MASK
;
in xhci_update_erst_dequeue()
2947
temp_64 |= ((u64) deq & (u64) ~
ERST_PTR_MASK
);
in xhci_update_erst_dequeue()
H
A
D
xhci.h
525
#define
ERST_PTR_MASK
(0xf)
macro
H
A
D
xhci.c
664
temp_64 &= ~
ERST_PTR_MASK
;
in xhci_run()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
1828
tmp64 &= (u64)
ERST_PTR_MASK
;
in xhci_free_interrupter()
1945
temp &=
ERST_PTR_MASK
;
in xhci_set_hc_event_deq()
1952
xhci_write_64(xhci, ((u64) deq & (u64) ~
ERST_PTR_MASK
) | temp,
in xhci_set_hc_event_deq()
H
A
D
xhci-ring.c
3066
if ((temp_64 & (u64) ~
ERST_PTR_MASK
) ==
in xhci_update_erst_dequeue()
3067
((u64) deq & (u64) ~
ERST_PTR_MASK
))
in xhci_update_erst_dequeue()
3072
temp_64 |= ((u64) deq & (u64) ~
ERST_PTR_MASK
);
in xhci_update_erst_dequeue()
H
A
D
xhci.h
528
#define
ERST_PTR_MASK
(0xf)
macro
H
A
D
xhci.c
523
temp_64 &= ~
ERST_PTR_MASK
;
in xhci_run()
Completed in 45 milliseconds