Home
last modified time | relevance | path

Searched refs:REGBASE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/emma/
Demma2rh.h29 #define REGBASE 0x10000000 macro
31 #define EMMA2RH_BHIF_STRAP_0 (0x000010+REGBASE)
32 #define EMMA2RH_BHIF_INT_ST_0 (0x000030+REGBASE)
33 #define EMMA2RH_BHIF_INT_ST_1 (0x000034+REGBASE)
34 #define EMMA2RH_BHIF_INT_ST_2 (0x000038+REGBASE)
35 #define EMMA2RH_BHIF_INT_EN_0 (0x000040+REGBASE)
36 #define EMMA2RH_BHIF_INT_EN_1 (0x000044+REGBASE)
37 #define EMMA2RH_BHIF_INT_EN_2 (0x000048+REGBASE)
38 #define EMMA2RH_BHIF_INT1_EN_0 (0x000050+REGBASE)
39 #define EMMA2RH_BHIF_INT1_EN_1 (0x000054+REGBASE)
[all …]
/Linux-v4.19/drivers/net/wan/
Dwanxlfw.S90 REGBASE = DPRBASE + 0x1000 define
91 PICR = REGBASE + 0x026 // 16-bit periodic irq control
92 PITR = REGBASE + 0x02A // 16-bit periodic irq timing
93 OR1 = REGBASE + 0x064 // 32-bit RAM bank #1 options
94 CICR = REGBASE + 0x540 // 32(24)-bit CP interrupt config
95 CIMR = REGBASE + 0x548 // 32-bit CP interrupt mask
96 CISR = REGBASE + 0x54C // 32-bit CP interrupts in-service
97 PADIR = REGBASE + 0x550 // 16-bit PortA data direction bitmap
98 PAPAR = REGBASE + 0x552 // 16-bit PortA pin assignment bitmap
99 PAODR = REGBASE + 0x554 // 16-bit PortA open drain bitmap
[all …]
/Linux-v4.19/arch/mips/include/asm/mach-rc32434/
Dirq.h11 #define IC_GROUP0_PEND (REGBASE + 0x38000)
12 #define IC_GROUP0_MASK (REGBASE + 0x38008)
Drb.h20 #define REGBASE 0x18000000 macro
21 #define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(REGBASE))
/Linux-v4.19/arch/mips/rb532/
Dgpio.c48 .start = REGBASE + GPIOBASE,
49 .end = REGBASE + GPIOBASE + sizeof(struct rb532_gpio_reg) - 1,
Dserial.c44 .membase = (char *)KSEG1ADDR(REGBASE + UART0BASE),
Ddevices.c228 .membase = (char *)KSEG1ADDR(REGBASE + UART0BASE),