Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmvwin.h102 #define MV_BASE MV_PHYS_BASE /* VA == PA mapping */ macro
103 #define MV_DDR_CADR_BASE_ARMV7 (MV_BASE + 0x20180)
104 #define MV_DDR_CADR_BASE (MV_BASE + 0x1500)
105 #define MV_MPP_BASE (MV_BASE + 0x10000)
107 #define MV_MISC_BASE (MV_BASE + 0x18200)
108 #define MV_MBUS_BRIDGE_BASE (MV_BASE + 0x20000)
115 #define MV_PCI_BASE (MV_BASE + 0x30000)
118 #define MV_PCIE_BASE_ARMADA38X (MV_BASE + 0x80000)
119 #define MV_PCIE_BASE (MV_BASE + 0x40000)
121 #define MV_SDIO_BASE (MV_BASE + 0x90000)
H A Dmvreg.h413 #define MV_SCU_BASE (MV_BASE + 0xc000)
424 #define MV_PMSU_BASE (MV_BASE + 0x22000)
431 #define MV_CPU_RESET_BASE (MV_BASE + 0x20800)
436 #define MV_MBUS_CTRL_BASE (MV_BASE + 0x20420)
H A Dmv_armv7_machdep.c276 if (fdt_immr_addr(MV_BASE) != 0) in mv_platform_probe_and_attach()
/f-stack/freebsd/arm/mv/armadaxp/
H A Darmadaxp_mp.c54 #define MV_AXP_CPU_DIVCLK_BASE (MV_BASE + 0x18700)
60 #define CPU_PMU(x) (MV_BASE + 0x22100 + (0x100 * (x)))
63 #define MP (MV_BASE + 0x20800)
117 pmu_boot_off = (CPU_PMU(0) - MV_BASE) + CPU_PMU_BOOT; in mv_axp_platform_mp_start_ap()
167 bus_space_write_4(fdtbus_bs_tag, MV_BASE, CPU_RESUME_CONTROL, 0); in mv_axp_platform_mp_start_ap()
H A Darmadaxp.c61 #define ARMADAXP_L2_BASE (MV_BASE + 0x8000)