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:UDC_BASE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
omap_udc.h
13
#define UDC_REV (
UDC_BASE
+ 0x0) /* Revision */
14
#define UDC_EP_NUM (
UDC_BASE
+ 0x4) /* Which endpoint */
19
#define UDC_DATA (
UDC_BASE
+ 0x08) /* Endpoint FIFO */
20
#define UDC_CTRL (
UDC_BASE
+ 0x0C) /* Endpoint control */
27
#define UDC_STAT_FLG (
UDC_BASE
+ 0x10) /* Endpoint status */
41
#define UDC_RXFSTAT (
UDC_BASE
+ 0x14) /* OUT bytecount */
42
#define UDC_SYSCON1 (
UDC_BASE
+ 0x18) /* System config 1 */
51
#define UDC_SYSCON2 (
UDC_BASE
+ 0x1C) /* System config 2 */
56
#define UDC_DEVSTAT (
UDC_BASE
+ 0x20) /* Device status */
67
#define UDC_SOF (
UDC_BASE
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
omap_udc.h
13
#define UDC_REV (
UDC_BASE
+ 0x0) /* Revision */
14
#define UDC_EP_NUM (
UDC_BASE
+ 0x4) /* Which endpoint */
19
#define UDC_DATA (
UDC_BASE
+ 0x08) /* Endpoint FIFO */
20
#define UDC_CTRL (
UDC_BASE
+ 0x0C) /* Endpoint control */
27
#define UDC_STAT_FLG (
UDC_BASE
+ 0x10) /* Endpoint status */
41
#define UDC_RXFSTAT (
UDC_BASE
+ 0x14) /* OUT bytecount */
42
#define UDC_SYSCON1 (
UDC_BASE
+ 0x18) /* System config 1 */
51
#define UDC_SYSCON2 (
UDC_BASE
+ 0x1C) /* System config 2 */
56
#define UDC_DEVSTAT (
UDC_BASE
+ 0x20) /* Device status */
67
#define UDC_SOF (
UDC_BASE
[all...]
/kernel/linux/linux-6.6/include/linux/soc/ti/
H
A
D
omap1-usb.h
17
#define
UDC_BASE
OMAP1_UDC_BASE
macro
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
H
A
D
usb.h
30
#define
UDC_BASE
OMAP1_UDC_BASE
macro
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
usb.c
162
.start =
UDC_BASE
,
163
.end =
UDC_BASE
+ 0xff,
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
usb.c
163
.start =
UDC_BASE
,
164
.end =
UDC_BASE
+ 0xff,
Completed in 6 milliseconds