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:TX4939_REG_BASE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
tx4939.h
17
#define
TX4939_REG_BASE
0xffffffffff1f0000UL /* == TX4938_REG_BASE */
macro
19
#define
TX4939_REG_BASE
0xff1f0000UL /* == TX4938_REG_BASE */
macro
23
#define TX4939_ATA_REG(ch) (
TX4939_REG_BASE
+ 0x3000 + (ch) * 0x1000)
24
#define TX4939_NDFMC_REG (
TX4939_REG_BASE
+ 0x5000)
25
#define TX4939_SRAMC_REG (
TX4939_REG_BASE
+ 0x6000)
26
#define TX4939_CRYPTO_REG (
TX4939_REG_BASE
+ 0x6800)
27
#define TX4939_PCIC1_REG (
TX4939_REG_BASE
+ 0x7000)
28
#define TX4939_DDRC_REG (
TX4939_REG_BASE
+ 0x8000)
29
#define TX4939_EBUSC_REG (
TX4939_REG_BASE
+ 0x9000)
30
#define TX4939_VPC_REG (
TX4939_REG_BASE
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
setup_tx4939.c
103
txx9_reg_res_init(TX4939_REV_PCODE(),
TX4939_REG_BASE
,
in tx4939_setup()
local
Completed in 3 milliseconds