Searched refs:MV_MBUS_BRIDGE_BASE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/arm/mv/armada38x/
H A Darmada38x.c68 rv = bus_space_map(fdtbus_bs_tag, (bus_addr_t)MV_MBUS_BRIDGE_BASE,
91 rv = bus_space_map(fdtbus_bs_tag, (bus_addr_t)MV_MBUS_BRIDGE_BASE,
/freebsd-11-stable/sys/arm/mv/
H A Dmvwin.h136 #define MV_MBUS_BRIDGE_BASE (MV_BASE + 0x20000) macro
137 #define MV_INTREGS_BASE (MV_MBUS_BRIDGE_BASE + 0x80)
138 #define MV_MP_CLOCKS_BASE (MV_MBUS_BRIDGE_BASE + 0x700)
139 #define MV_CPU_CONTROL_BASE (MV_MBUS_BRIDGE_BASE + 0x1800)
141 #define MV_MBUS_BRIDGE_BASE (MV_BASE + 0x20000) macro
142 #define MV_INTREGS_BASE (MV_MBUS_BRIDGE_BASE + 0x80)
143 #define MV_CPU_CONTROL_BASE (MV_MBUS_BRIDGE_BASE + 0x100)
H A Dmv_common.c592 WIN_REG_IDX_RD(win_cpu, cr, MV_WIN_CPU_CTRL, MV_MBUS_BRIDGE_BASE)
593 WIN_REG_IDX_RD(win_cpu, br, MV_WIN_CPU_BASE, MV_MBUS_BRIDGE_BASE)
594 WIN_REG_IDX_RD(win_cpu, remap_l, MV_WIN_CPU_REMAP_LO, MV_MBUS_BRIDGE_BASE)
595 WIN_REG_IDX_RD(win_cpu, remap_h, MV_WIN_CPU_REMAP_HI, MV_MBUS_BRIDGE_BASE)
596 WIN_REG_IDX_WR(win_cpu, cr, MV_WIN_CPU_CTRL, MV_MBUS_BRIDGE_BASE)
597 WIN_REG_IDX_WR(win_cpu, br, MV_WIN_CPU_BASE, MV_MBUS_BRIDGE_BASE)
598 WIN_REG_IDX_WR(win_cpu, remap_l, MV_WIN_CPU_REMAP_LO, MV_MBUS_BRIDGE_BASE)
599 WIN_REG_IDX_WR(win_cpu, remap_h, MV_WIN_CPU_REMAP_HI, MV_MBUS_BRIDGE_BASE)
/freebsd-11-stable/sys/arm/mv/armadaxp/
H A Darmadaxp.c83 #define MV_COHERENCY_FABRIC_BASE (MV_MBUS_BRIDGE_BASE + 0x200)

Completed in 176 milliseconds