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:OTG_BASE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/soc/ti/
H
A
D
omap1-usb.h
16
#define
OTG_BASE
OMAP1_OTG_BASE
macro
22
#define OTG_REV (
OTG_BASE
+ 0x00)
23
#define OTG_SYSCON_1 (
OTG_BASE
+ 0x04)
32
#define OTG_SYSCON_2 (
OTG_BASE
+ 0x08)
50
#define OTG_CTRL (
OTG_BASE
+ 0x0c)
77
#define OTG_IRQ_EN (
OTG_BASE
+ 0x10) /* 16-bit */
87
#define OTG_IRQ_SRC (
OTG_BASE
+ 0x14) /* 16-bit */
89
#define OTG_OUTCTRL (
OTG_BASE
+ 0x18) /* 16-bit */
102
#define OTG_TEST (
OTG_BASE
+ 0x20) /* 16-bit */
103
#define OTG_VENDOR_CODE (
OTG_BASE
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
H
A
D
usb.h
29
#define
OTG_BASE
OMAP1_OTG_BASE
macro
36
#define OTG_REV (
OTG_BASE
+ 0x00)
37
#define OTG_SYSCON_1 (
OTG_BASE
+ 0x04)
46
#define OTG_SYSCON_2 (
OTG_BASE
+ 0x08)
64
#define OTG_CTRL (
OTG_BASE
+ 0x0c)
91
#define OTG_IRQ_EN (
OTG_BASE
+ 0x10) /* 16-bit */
101
#define OTG_IRQ_SRC (
OTG_BASE
+ 0x14) /* 16-bit */
103
#define OTG_OUTCTRL (
OTG_BASE
+ 0x18) /* 16-bit */
116
#define OTG_TEST (
OTG_BASE
+ 0x20) /* 16-bit */
117
#define OTG_VENDOR_CODE (
OTG_BASE
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
usb.c
258
.start =
OTG_BASE
,
259
.end =
OTG_BASE
+ 0xff,
H
A
D
clock_data.c
25
#include <mach/usb.h> /* for
OTG_BASE
*/
533
.enable_reg = OMAP1_IO_ADDRESS(
OTG_BASE
+ 0x08), /* OTG_SYSCON_2 */
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
usb.c
244
.start =
OTG_BASE
,
245
.end =
OTG_BASE
+ 0xff,
H
A
D
clock_data.c
27
#include "usb.h" /* for
OTG_BASE
*/
475
.enable_reg = OMAP1_IO_ADDRESS(
OTG_BASE
+ 0x08), /* OTG_SYSCON_2 */
Completed in 5 milliseconds