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:REGBASE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
wanxlfw.S
88
REGBASE
= DPRBASE + 0x1000
define
89
PICR =
REGBASE
+ 0x026 // 16-bit periodic irq control
90
PITR =
REGBASE
+ 0x02A // 16-bit periodic irq timing
91
OR1 =
REGBASE
+ 0x064 // 32-bit RAM bank #1 options
92
CICR =
REGBASE
+ 0x540 // 32(24)-bit CP interrupt config
93
CIMR =
REGBASE
+ 0x548 // 32-bit CP interrupt mask
94
CISR =
REGBASE
+ 0x54C // 32-bit CP interrupts in-service
95
PADIR =
REGBASE
+ 0x550 // 16-bit PortA data direction bitmap
96
PAPAR =
REGBASE
+ 0x552 // 16-bit PortA pin assignment bitmap
97
PAODR =
REGBASE
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
wanxlfw.S
88
REGBASE
= DPRBASE + 0x1000
define
89
PICR =
REGBASE
+ 0x026 // 16-bit periodic irq control
90
PITR =
REGBASE
+ 0x02A // 16-bit periodic irq timing
91
OR1 =
REGBASE
+ 0x064 // 32-bit RAM bank #1 options
92
CICR =
REGBASE
+ 0x540 // 32(24)-bit CP interrupt config
93
CIMR =
REGBASE
+ 0x548 // 32-bit CP interrupt mask
94
CISR =
REGBASE
+ 0x54C // 32-bit CP interrupts in-service
95
PADIR =
REGBASE
+ 0x550 // 16-bit PortA data direction bitmap
96
PAPAR =
REGBASE
+ 0x552 // 16-bit PortA pin assignment bitmap
97
PAODR =
REGBASE
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-rc32434/
H
A
D
irq.h
11
#define IC_GROUP0_PEND (
REGBASE
+ 0x38000)
12
#define IC_GROUP0_MASK (
REGBASE
+ 0x38008)
H
A
D
rb.h
12
#define
REGBASE
0x18000000
macro
13
#define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(
REGBASE
))
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-rc32434/
H
A
D
irq.h
11
#define IC_GROUP0_PEND (
REGBASE
+ 0x38000)
12
#define IC_GROUP0_MASK (
REGBASE
+ 0x38008)
H
A
D
rb.h
10
#define
REGBASE
0x18000000
macro
11
#define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(
REGBASE
))
/kernel/linux/linux-5.10/arch/mips/rb532/
H
A
D
gpio.c
48
.start =
REGBASE
+ GPIOBASE,
49
.end =
REGBASE
+ GPIOBASE + sizeof(struct rb532_gpio_reg) - 1,
H
A
D
serial.c
44
.membase = (char *)KSEG1ADDR(
REGBASE
+ UART0BASE),
H
A
D
devices.c
222
.membase = (char *)KSEG1ADDR(
REGBASE
+ UART0BASE),
/kernel/linux/linux-6.6/arch/mips/rb532/
H
A
D
gpio.c
58
.start =
REGBASE
+ GPIOBASE,
59
.end =
REGBASE
+ GPIOBASE + sizeof(struct rb532_gpio_reg) - 1,
H
A
D
serial.c
44
.membase = (char *)KSEG1ADDR(
REGBASE
+ UART0BASE),
H
A
D
devices.c
215
.membase = (char *)KSEG1ADDR(
REGBASE
+ UART0BASE),
Completed in 5 milliseconds