Home
last modified time | relevance | path

Searched refs:BRIDGE_VIRT_BASE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/arm/mach-dove/
Dbridge-regs.h14 #define CPU_CONFIG (BRIDGE_VIRT_BASE + 0x0000)
16 #define CPU_CONTROL (BRIDGE_VIRT_BASE + 0x0104)
21 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE + 0x0108)
25 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE + 0x010c)
28 #define BRIDGE_CAUSE (BRIDGE_VIRT_BASE + 0x0110)
31 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200)
50 #define POWER_MANAGEMENT (BRIDGE_VIRT_BASE + 0x011c)
52 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0300)
Ddove.h78 #define BRIDGE_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE + 0x20000) macro
Dcommon.c256 orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in dove_timer_init()
/Linux-v5.10/arch/arm/mach-mv78xx0/
Dbridge-regs.h12 #define CPU_CONTROL (BRIDGE_VIRT_BASE + 0x0104)
15 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE + 0x0108)
19 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE + 0x010c)
24 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200)
32 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0300)
Dmv78xx0.h61 #define BRIDGE_VIRT_BASE (MV78XX0_CORE_REGS_VIRT_BASE) macro
Dcommon.c344 orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in mv78xx0_timer_init()