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:TX4927_REG_BASE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
tx4927.h
36
#define
TX4927_REG_BASE
0xffffffffff1f0000UL
macro
38
#define
TX4927_REG_BASE
0xff1f0000UL
macro
42
#define TX4927_SDRAMC_REG (
TX4927_REG_BASE
+ 0x8000)
43
#define TX4927_EBUSC_REG (
TX4927_REG_BASE
+ 0x9000)
44
#define TX4927_DMA_REG (
TX4927_REG_BASE
+ 0xb000)
45
#define TX4927_PCIC_REG (
TX4927_REG_BASE
+ 0xd000)
46
#define TX4927_CCFG_REG (
TX4927_REG_BASE
+ 0xe000)
47
#define TX4927_IRC_REG (
TX4927_REG_BASE
+ 0xf600)
49
#define TX4927_TMR_REG(ch) (
TX4927_REG_BASE
+ 0xf000 + (ch) * 0x100)
51
#define TX4927_SIO_REG(ch) (
TX4927_REG_BASE
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/txx9/
H
A
D
tx4927.h
36
#define
TX4927_REG_BASE
0xffffffffff1f0000UL
macro
38
#define
TX4927_REG_BASE
0xff1f0000UL
macro
42
#define TX4927_SDRAMC_REG (
TX4927_REG_BASE
+ 0x8000)
43
#define TX4927_EBUSC_REG (
TX4927_REG_BASE
+ 0x9000)
44
#define TX4927_DMA_REG (
TX4927_REG_BASE
+ 0xb000)
45
#define TX4927_PCIC_REG (
TX4927_REG_BASE
+ 0xd000)
46
#define TX4927_CCFG_REG (
TX4927_REG_BASE
+ 0xe000)
47
#define TX4927_IRC_REG (
TX4927_REG_BASE
+ 0xf600)
49
#define TX4927_TMR_REG(ch) (
TX4927_REG_BASE
+ 0xf000 + (ch) * 0x100)
51
#define TX4927_SIO_REG(ch) (
TX4927_REG_BASE
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
setup_tx4927.c
95
txx9_reg_res_init(TX4927_REV_PCODE(),
TX4927_REG_BASE
,
in tx4927_setup()
local
/kernel/linux/linux-6.6/arch/mips/txx9/generic/
H
A
D
setup_tx4927.c
95
txx9_reg_res_init(TX4927_REV_PCODE(),
TX4927_REG_BASE
,
in tx4927_setup()
local
Completed in 3 milliseconds