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:epx_regs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-gadget.c
1091
cs = pep->dir ? readb(&pdev->
epx_regs
->ep[pep->num - 1].txcs) :
in cdns2_handle_epx_interrupt()
1092
readb(&pdev->
epx_regs
->ep[pep->num - 1].rxcs);
in cdns2_handle_epx_interrupt()
1381
&pdev->
epx_regs
->txstaddr[pep->num - 1]);
in cdns2_eps_onchip_buffer_init()
1382
pdev->
epx_regs
->txstaddr[pep->num - 1] = tx_offset;
in cdns2_eps_onchip_buffer_init()
1400
&pdev->
epx_regs
->rxstaddr[pep->num - 1]);
in cdns2_eps_onchip_buffer_init()
1435
set_reg_bit_8(&pdev->
epx_regs
->isoautoarm, BIT(pep->num));
in cdns2_ep_config()
1436
set_reg_bit_8(&pdev->
epx_regs
->isoautodump, BIT(pep->num));
in cdns2_ep_config()
1437
set_reg_bit_8(&pdev->
epx_regs
->isodctrl, BIT(pep->num));
in cdns2_ep_config()
1457
writew(max_packet_size, &pdev->
epx_regs
->txmaxpack[pep->num - 1]);
in cdns2_ep_config()
1458
writeb(ep_cfg, &pdev->
epx_regs
in cdns2_ep_config()
[all...]
H
A
D
cdns2-trace.h
573
__entry->maxpack_reg = pep->dir ? readw(&pdev->
epx_regs
->txmaxpack[pep->num - 1]) :
574
readw(&pdev->
epx_regs
->rxmaxpack[pep->num - 1]);
575
__entry->con_reg = pep->dir ? readb(&pdev->
epx_regs
->ep[pep->num - 1].txcon) :
576
readb(&pdev->
epx_regs
->ep[pep->num - 1].rxcon);
H
A
D
cdns2-gadget.h
617
* @
epx_regs
: base address for all none control endpoint registers.
653
struct cdns2_epx_regs __iomem *
epx_regs
;
member
Completed in 5 milliseconds