Home
last modified time | relevance | path

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

/arch/arm/mach-kirkwood/include/mach/
Dkirkwood.h49 #define BRIDGE_VIRT_BASE (KIRKWOOD_REGS_VIRT_BASE | 0x20000) macro
50 #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)
52 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
54 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
56 #define BRIDGE_CAUSE (BRIDGE_VIRT_BASE | 0x0110)
57 #define BRIDGE_MASK (BRIDGE_VIRT_BASE | 0x0114)
61 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200)
66 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
67 #define L2_CONFIG_REG (BRIDGE_VIRT_BASE | 0x0128)
/arch/arm/mach-loki/include/mach/
Dloki.h60 #define BRIDGE_VIRT_BASE (LOKI_REGS_VIRT_BASE | 0x20000) macro
61 #define BRIDGE_REG(x) (BRIDGE_VIRT_BASE | (x))
62 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
64 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
66 #define BRIDGE_CAUSE (BRIDGE_VIRT_BASE | 0x0110)
67 #define BRIDGE_MASK (BRIDGE_VIRT_BASE | 0x0114)
71 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200)
74 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
/arch/arm/mach-mv78xx0/include/mach/
Dmv78xx0.h61 #define BRIDGE_VIRT_BASE (MV78XX0_CORE_REGS_VIRT_BASE) macro
62 #define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)
64 #define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
66 #define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
68 #define BRIDGE_CAUSE (BRIDGE_VIRT_BASE | 0x0110)
69 #define BRIDGE_MASK (BRIDGE_VIRT_BASE | 0x0114)
73 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200)
80 #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
/arch/arm/mach-mv78xx0/
Daddr-map.c43 #define WIN0_OFF(n) (BRIDGE_VIRT_BASE + 0x0000 + ((n) << 4))
44 #define WIN8_OFF(n) (BRIDGE_VIRT_BASE + 0x0900 + (((n) - 8) << 4))
/arch/arm/mach-kirkwood/
Daddr-map.c43 #define WIN_OFF(n) (BRIDGE_VIRT_BASE + 0x0000 + ((n) << 4))