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:TX3927_REG_BASE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
tx3927.h
11
#define
TX3927_REG_BASE
0xfffe0000UL
macro
13
#define TX3927_SDRAMC_REG (
TX3927_REG_BASE
+ 0x8000)
14
#define TX3927_ROMC_REG (
TX3927_REG_BASE
+ 0x9000)
15
#define TX3927_DMA_REG (
TX3927_REG_BASE
+ 0xb000)
16
#define TX3927_IRC_REG (
TX3927_REG_BASE
+ 0xc000)
17
#define TX3927_PCIC_REG (
TX3927_REG_BASE
+ 0xd000)
18
#define TX3927_CCFG_REG (
TX3927_REG_BASE
+ 0xe000)
20
#define TX3927_TMR_REG(ch) (
TX3927_REG_BASE
+ 0xf000 + (ch) * 0x100)
22
#define TX3927_SIO_REG(ch) (
TX3927_REG_BASE
+ 0xf300 + (ch) * 0x100)
23
#define TX3927_PIO_REG (
TX3927_REG_BASE
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
setup_tx3927.c
36
txx9_reg_res_init(TX3927_REV_PCODE(),
TX3927_REG_BASE
,
in tx3927_setup()
local
Completed in 2 milliseconds