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:ep_sts_en
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
ep0.c
853
®s->
ep_sts_en
);
in cdns3_ep0_config()
863
writel(EP_STS_EN_SETUPEN | EP_STS_EN_TRBERREN, ®s->
ep_sts_en
);
in cdns3_ep0_config()
H
A
D
gadget.c
580
reg = readl(&priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_gadget_ep_queue()
583
writel(reg, &priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_gadget_ep_queue()
764
ep_sts_en_reg = readl(&priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_check_outq_status()
774
&priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_check_outq_status()
2457
writel(reg, &priv_dev->regs->
ep_sts_en
);
in cdns3_gadget_ep_enable()
H
A
D
gadget.h
36
* @
ep_sts_en
: Endpoint Status Enable.
84
__le32
ep_sts_en
;
member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-ep0.c
853
®s->
ep_sts_en
);
in cdns3_ep0_config()
863
writel(EP_STS_EN_SETUPEN | EP_STS_EN_TRBERREN, ®s->
ep_sts_en
);
in cdns3_ep0_config()
H
A
D
cdns3-gadget.c
564
reg = readl(&priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_gadget_ep_queue()
567
writel(reg, &priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_gadget_ep_queue()
748
ep_sts_en_reg = readl(&priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_check_outq_status()
758
&priv_dev->regs->
ep_sts_en
);
in cdns3_wa2_check_outq_status()
2462
writel(reg, &priv_dev->regs->
ep_sts_en
);
in cdns3_gadget_ep_enable()
H
A
D
cdns3-gadget.h
37
* @
ep_sts_en
: Endpoint Status Enable.
85
__le32
ep_sts_en
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-gadget.h
309
* @
ep_sts_en
: DMA endpoint status enable register.
331
__le32
ep_sts_en
;
member
H
A
D
cdns2-trace.h
578
__entry->ep_sts_en_reg = readl(&pdev->adma_regs->
ep_sts_en
);
H
A
D
cdns2-gadget.c
1488
writel(DMA_EP_STS_TRBERR | DMA_EP_STS_ISOERR, &pdev->adma_regs->
ep_sts_en
);
in cdns2_ep_config()
Completed in 20 milliseconds