Searched refs:MV_PCIE_BASE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/mv/
H A Dmvwin.h152 #define MV_PCIE_BASE (MV_BASE + 0x8000) macro
154 #define MV_PCIE_BASE (MV_BASE + 0x80000) macro
156 #define MV_PCIE_BASE (MV_BASE + 0x40000) macro
160 #define MV_PCIE00_BASE (MV_PCIE_BASE + 0x00000)
161 #define MV_PCIE01_BASE (MV_PCIE_BASE + 0x04000)
162 #define MV_PCIE02_BASE (MV_PCIE_BASE + 0x08000)
163 #define MV_PCIE03_BASE (MV_PCIE_BASE + 0x0C000)
164 #define MV_PCIE10_BASE (MV_PCIE_BASE + 0x40000)
165 #define MV_PCIE11_BASE (MV_PCIE_BASE + 0x44000)
166 #define MV_PCIE12_BASE (MV_PCIE_BASE
[all...]
H A Dmv_common.c386 *dev = bus_space_read_4(fdtbus_bs_tag, MV_PCIE_BASE, 0) >> 16;
387 *rev = bus_space_read_4(fdtbus_bs_tag, MV_PCIE_BASE, 8) & 0xff;
/freebsd-11-stable/sys/arm/mv/orion/
H A Dorion.c50 MV_PCIE_BASE, MV_PCIE_SIZE,

Completed in 122 milliseconds