Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-dove/
H A Dbridge-regs.h9 #define CPU_CONFIG (BRIDGE_VIRT_BASE + 0x0000)
11 #define CPU_CONTROL (BRIDGE_VIRT_BASE + 0x0104)
16 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE + 0x0108)
20 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE + 0x010c)
23 #define BRIDGE_CAUSE (BRIDGE_VIRT_BASE + 0x0110)
26 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200)
45 #define POWER_MANAGEMENT (BRIDGE_VIRT_BASE + 0x011c)
47 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0300)
H A Ddove.h73 #define BRIDGE_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE + 0x20000) macro
H A Dcommon.c251 orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in dove_timer_init()
/openbmc/linux/arch/arm/mach-mv78xx0/
H A Dbridge-regs.h8 #define CPU_CONTROL (BRIDGE_VIRT_BASE + 0x0104)
11 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE + 0x0108)
15 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE + 0x010c)
20 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200)
28 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0300)
H A Dmv78xx0.h64 #define BRIDGE_VIRT_BASE (MV78XX0_CORE_REGS_VIRT_BASE) macro
H A Dcommon.c341 orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in mv78xx0_timer_init()