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

/src/sys/arch/evbppc/stand/wii/
H A Dgecko.c36 #define EXI_BASE 0x0d806800 macro
37 #define EXI_CSR(n) (EXI_BASE + 0x00 + (n) * 0x14)
42 #define EXI_CR(n) (EXI_BASE + 0x0c + (n) * 0x14)
50 #define EXI_DATA(n) (EXI_BASE + 0x10 + (n) * 0x14)
/src/sys/arch/evbppc/wii/dev/
H A Dgecko.c66 #define RD4(reg) in32(EXI_BASE + (reg))
67 #define WR4(reg, val) out32(EXI_BASE + (reg), val)
/src/sys/arch/evbppc/wii/
H A Dmainbus.c110 maa.maa_addr = EXI_BASE;
/src/sys/arch/evbppc/include/
H A Dwii.h72 #define EXI_BASE 0x0d006800 macro

Completed in 5 milliseconds