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

/src/sys/arch/evbppc/include/
H A Dwiiu.h65 #define LT_PPCnINT2STS(n) (HOLLYWOOD_PRIV_BASE + 0x444 + (n) * 0x10) macro
69 #define LT_IOPINT2STS LT_PPCnINT2STS(3)
/src/sys/arch/evbppc/nintendo/dev/
H A Dahb.c250 raw = RD4(LT_PPCnINT2STS(0));
266 unsigned reg_sts = irq < 32 ? LT_PPCnINT1STS(0) : LT_PPCnINT2STS(0);
297 WR4(LT_PPCnINT2STS(0), ~0U);

Completed in 7 milliseconds