HomeSort by: relevance | last modified time | path
    Searched refs:LT_PPCnINT2STS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbppc/include/
wiiu.h 69 #define LT_PPCnINT2STS(n) (HOLLYWOOD_PRIV_BASE + 0x444 + (n) * 0x10)
73 #define LT_IOPINT2STS LT_PPCnINT2STS(3)
  /src/sys/arch/evbppc/nintendo/dev/
ahb.c 250 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 76 milliseconds