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

/src/sys/arch/evbppc/include/
H A Dwiiu.h64 #define LT_PPCnINT1STS(n) (HOLLYWOOD_PRIV_BASE + 0x440 + (n) * 0x10) macro
68 #define LT_IOPINT1STS LT_PPCnINT1STS(3)
/src/sys/arch/evbppc/nintendo/dev/
H A Dahb.c247 raw = RD4(LT_PPCnINT1STS(0));
266 unsigned reg_sts = irq < 32 ? LT_PPCnINT1STS(0) : LT_PPCnINT2STS(0);
296 WR4(LT_PPCnINT1STS(0), ~0U);

Completed in 7 milliseconds