Searched refs:MV_WIN_CPU_BASE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/mv/
H A Dmvwin.h177 #define MV_WIN_CPU_BASE(n) ((((n) < 8) ? 0x10 * (n) : 0x90 + (0x8 * ((n) - 8))) + 0x4) macro
182 #define MV_WIN_CPU_BASE(n) (0x10 * (n) + (((n) < 8) ? 0x004 : 0x884)) macro
H A Dmv_common.c593 WIN_REG_IDX_RD(win_cpu, br, MV_WIN_CPU_BASE, MV_MBUS_BRIDGE_BASE)
597 WIN_REG_IDX_WR(win_cpu, br, MV_WIN_CPU_BASE, MV_MBUS_BRIDGE_BASE)

Completed in 105 milliseconds