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

/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dsbusreg.h54 #define SBUS_ADDR(slot, off) (SBUS_BASE + ((slot) << 25) + (off)) macro
H A Dsbus.c138 { 0, 0, PMAP_OBIO, SBUS_ADDR(0,0), 1 << 25 },
139 { 1, 0, PMAP_OBIO, SBUS_ADDR(1,0), 1 << 25 },
140 { 2, 0, PMAP_OBIO, SBUS_ADDR(2,0), 1 << 25 },
141 { 3, 0, PMAP_OBIO, SBUS_ADDR(3,0), 1 << 25 }
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dsbusreg.h33 #define SBUS_ADDR(slot, off) (SBUS_BASE + ((slot) << 25) + (off)) macro

Completed in 109 milliseconds