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:DMA_EP_STS_TRBERR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-debug.h
66
if (ep_sts &
DMA_EP_STS_TRBERR
)
in cdns2_decode_dma_irq()
H
A
D
cdns2-gadget.c
699
writel(
DMA_EP_STS_TRBERR
| DMA_EP_STS_DESCMIS,
in cdns2_set_drdy()
703
if (readl(&pdev->adma_regs->ep_sts) &
DMA_EP_STS_TRBERR
) {
in cdns2_set_drdy()
704
writel(
DMA_EP_STS_TRBERR
, &pdev->adma_regs->ep_sts);
in cdns2_set_drdy()
1118
if (ep_sts_reg &
DMA_EP_STS_TRBERR
|| pep->skip) {
in cdns2_handle_epx_interrupt()
1488
writel(
DMA_EP_STS_TRBERR
| DMA_EP_STS_ISOERR, &pdev->adma_regs->ep_sts_en);
in cdns2_ep_config()
H
A
D
cdns2-gadget.h
374
#define
DMA_EP_STS_TRBERR
BIT(7)
macro
H
A
D
cdns2-ep0.c
71
writel(
DMA_EP_STS_TRBERR
, ®s->ep_sts);
in cdns2_ep0_enqueue()
Completed in 6 milliseconds