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

/freebsd-11-stable/sys/sparc64/sbus/
H A Dsbusreg.h35 #define SBUS_BASE 0xf8000000 macro
36 #define SBUS_ADDR(slot, off) (SBUS_BASE + ((slot) << 25) + (off))
37 #define SBUS_ABS(a) ((unsigned)(a) >= SBUS_BASE)
38 #define SBUS_ABS_TO_SLOT(a) (((a) - SBUS_BASE) >> 25)
39 #define SBUS_ABS_TO_OFFSET(a) (((a) - SBUS_BASE) & 0x1ffffff)

Completed in 44 milliseconds