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

  /src/sys/arch/evbppc/include/
wiiu.h 68 #define LT_PPCnINT1STS(n) (HOLLYWOOD_PRIV_BASE + 0x440 + (n) * 0x10)
72 #define LT_IOPINT1STS LT_PPCnINT1STS(3)
  /src/sys/arch/evbppc/nintendo/dev/
ahb.c 247 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 62 milliseconds