Home
last modified time | relevance | path

Searched refs:IRQ_BASE (Results 1 – 4 of 4) sorted by relevance

/bsp/raspberry-pi/raspi2/driver/
A Dbcm283x.h26 #define IRQ_BASE (PER_BASE + 0xB200) macro
27 #define IRQ_PEND_BASIC HWREG32(IRQ_BASE + 0x00)
28 #define IRQ_PEND1 HWREG32(IRQ_BASE + 0x04)
29 #define IRQ_PEND2 HWREG32(IRQ_BASE + 0x08)
30 #define IRQ_FIQ_CONTROL HWREG32(IRQ_BASE + 0x0C)
31 #define IRQ_ENABLE1 HWREG32(IRQ_BASE + 0x10)
32 #define IRQ_ENABLE2 HWREG32(IRQ_BASE + 0x14)
33 #define IRQ_ENABLE_BASIC HWREG32(IRQ_BASE + 0x18)
34 #define IRQ_DISABLE1 HWREG32(IRQ_BASE + 0x1C)
35 #define IRQ_DISABLE2 HWREG32(IRQ_BASE + 0x20)
[all …]
/bsp/raspberry-pi/raspi3-32/driver/
A Draspi.h129 #define IRQ_BASE (PER_BASE + 0xB200) macro
130 #define IRQ_PEND_BASIC HWREG32(IRQ_BASE + 0x0000)
131 #define IRQ_PEND1 HWREG32(IRQ_BASE + 0x0004)
132 #define IRQ_PEND2 HWREG32(IRQ_BASE + 0x0008)
133 #define IRQ_FIQ_CONTROL HWREG32(IRQ_BASE + 0x000C)
134 #define IRQ_ENABLE1 HWREG32(IRQ_BASE + 0x0010)
135 #define IRQ_ENABLE2 HWREG32(IRQ_BASE + 0x0014)
136 #define IRQ_ENABLE_BASIC HWREG32(IRQ_BASE + 0x0018)
137 #define IRQ_DISABLE1 HWREG32(IRQ_BASE + 0x001C)
138 #define IRQ_DISABLE2 HWREG32(IRQ_BASE + 0x0020)
[all …]
/bsp/raspberry-pi/raspi3-64/driver/
A Draspi.h133 #define IRQ_BASE (PER_BASE + 0xB200) macro
134 #define IRQ_PEND_BASIC __REG32(IRQ_BASE + 0x0000)
135 #define IRQ_PEND1 __REG32(IRQ_BASE + 0x0004)
136 #define IRQ_PEND2 __REG32(IRQ_BASE + 0x0008)
137 #define IRQ_FIQ_CONTROL __REG32(IRQ_BASE + 0x000C)
138 #define IRQ_ENABLE1 __REG32(IRQ_BASE + 0x0010)
139 #define IRQ_ENABLE2 __REG32(IRQ_BASE + 0x0014)
140 #define IRQ_ENABLE_BASIC __REG32(IRQ_BASE + 0x0018)
141 #define IRQ_DISABLE1 __REG32(IRQ_BASE + 0x001C)
142 #define IRQ_DISABLE2 __REG32(IRQ_BASE + 0x0020)
[all …]
/bsp/nv32f100x/lib/inc/
A DNV32.h1452 #define IRQ_BASE (0x40031000u) macro
1454 #define IRQ ((IRQ_Type *)IRQ_BASE)

Completed in 21 milliseconds