Home
last modified time | relevance | path

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

/arch/arm/mach-kirkwood/include/mach/
Dbridge-regs.h16 #define CPU_CONFIG (BRIDGE_VIRT_BASE | 0x0100)
19 #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)
22 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
26 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
29 #define BRIDGE_CAUSE (BRIDGE_VIRT_BASE | 0x0110)
34 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200)
40 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
43 #define L2_CONFIG_REG (BRIDGE_VIRT_BASE | 0x0128)
46 #define CLOCK_GATING_CTRL (BRIDGE_VIRT_BASE | 0x11c)
Dkirkwood.h82 #define BRIDGE_VIRT_BASE (KIRKWOOD_REGS_VIRT_BASE | 0x20000) macro
/arch/arm/mach-dove/include/mach/
Dbridge-regs.h16 #define CPU_CONFIG (BRIDGE_VIRT_BASE | 0x0000)
18 #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)
23 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
26 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
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.h80 #define BRIDGE_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x20000) macro
/arch/arm/mach-mv78xx0/include/mach/
Dbridge-regs.h14 #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)
17 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
20 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
25 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200)
33 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
Dmv78xx0.h62 #define BRIDGE_VIRT_BASE (MV78XX0_CORE_REGS_VIRT_BASE) macro
/arch/arm/mach-mv78xx0/
Daddr-map.c37 #define WIN0_OFF(n) (BRIDGE_VIRT_BASE + 0x0000 + ((n) << 4))
38 #define WIN8_OFF(n) (BRIDGE_VIRT_BASE + 0x0900 + (((n) - 8) << 4))
Dcommon.c330 orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in mv78xx0_timer_init()
/arch/arm/mach-kirkwood/
Daddr-map.c44 .bridge_virt_base = BRIDGE_VIRT_BASE,
Dcommon.c339 orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in kirkwood_timer_init()
/arch/arm/mach-dove/
Daddr-map.c50 .bridge_virt_base = BRIDGE_VIRT_BASE,
Dcommon.c186 orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in dove_timer_init()