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:DRA7XX_CLASS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
soc.h
392
#define
DRA7XX_CLASS
0x07000000
macro
393
#define DRA762_REV_ES1_0 (
DRA7XX_CLASS
| (0x62 << 16) | (0x10 << 8))
396
#define DRA752_REV_ES1_0 (
DRA7XX_CLASS
| (0x52 << 16) | (0x10 << 8))
397
#define DRA752_REV_ES1_1 (
DRA7XX_CLASS
| (0x52 << 16) | (0x11 << 8))
398
#define DRA752_REV_ES2_0 (
DRA7XX_CLASS
| (0x52 << 16) | (0x20 << 8))
399
#define DRA722_REV_ES1_0 (
DRA7XX_CLASS
| (0x22 << 16) | (0x10 << 8))
400
#define DRA722_REV_ES2_0 (
DRA7XX_CLASS
| (0x22 << 16) | (0x20 << 8))
401
#define DRA722_REV_ES2_1 (
DRA7XX_CLASS
| (0x22 << 16) | (0x21 << 8))
H
A
D
io.c
665
omap2_set_globals_tap(
DRA7XX_CLASS
,
in dra7xx_init_early()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
soc.h
392
#define
DRA7XX_CLASS
0x07000000
macro
393
#define DRA762_REV_ES1_0 (
DRA7XX_CLASS
| (0x62 << 16) | (0x10 << 8))
396
#define DRA752_REV_ES1_0 (
DRA7XX_CLASS
| (0x52 << 16) | (0x10 << 8))
397
#define DRA752_REV_ES1_1 (
DRA7XX_CLASS
| (0x52 << 16) | (0x11 << 8))
398
#define DRA752_REV_ES2_0 (
DRA7XX_CLASS
| (0x52 << 16) | (0x20 << 8))
399
#define DRA722_REV_ES1_0 (
DRA7XX_CLASS
| (0x22 << 16) | (0x10 << 8))
400
#define DRA722_REV_ES2_0 (
DRA7XX_CLASS
| (0x22 << 16) | (0x20 << 8))
401
#define DRA722_REV_ES2_1 (
DRA7XX_CLASS
| (0x22 << 16) | (0x21 << 8))
H
A
D
io.c
644
omap2_set_globals_tap(
DRA7XX_CLASS
,
in dra7xx_init_early()
Completed in 4 milliseconds