Home
last modified time | relevance | path

Searched refs:ORION5X_BRIDGE_VIRT_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-orion5x/include/mach/
Dbridge-regs.h16 #define CPU_CONF (ORION5X_BRIDGE_VIRT_BASE + 0x100)
18 #define CPU_CTRL (ORION5X_BRIDGE_VIRT_BASE + 0x104)
20 #define RSTOUTn_MASK (ORION5X_BRIDGE_VIRT_BASE + 0x108)
23 #define CPU_SOFT_RESET (ORION5X_BRIDGE_VIRT_BASE + 0x10c)
25 #define BRIDGE_CAUSE (ORION5X_BRIDGE_VIRT_BASE + 0x110)
27 #define POWER_MNG_CTRL_REG (ORION5X_BRIDGE_VIRT_BASE + 0x11C)
31 #define MAIN_IRQ_CAUSE (ORION5X_BRIDGE_VIRT_BASE + 0x200)
33 #define MAIN_IRQ_MASK (ORION5X_BRIDGE_VIRT_BASE + 0x204)
35 #define TIMER_VIRT_BASE (ORION5X_BRIDGE_VIRT_BASE + 0x300)
Dorion5x.h84 #define ORION5X_BRIDGE_VIRT_BASE (ORION5X_REGS_VIRT_BASE + 0x20000) macro
/linux-4.1.27/arch/arm/mach-orion5x/
Dcommon.c264 orion_time_init(ORION5X_BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, in orion5x_timer_init()