Home
last modified time | relevance | path

Searched refs:KW_REGS_PHY_BASE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dkw88f6192.h15 #define KW_REGS_PHY_BASE KW88F6192_REGS_PHYS_BASE macro
H A Dkw88f6281.h15 #define KW_REGS_PHY_BASE KW88F6281_REGS_PHYS_BASE macro
H A Dsoc.h17 #define KW_REGISTER(x) (KW_REGS_PHY_BASE + x)
/openbmc/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c225 writel(KW_REGS_PHY_BASE, KW_OFFSET_REG); in arch_cpu_init()