LT_PPCnINT2STS
#define LT_IOPINT2STS LT_PPCnINT2STS(3)
raw = RD4(LT_PPCnINT2STS(0));
unsigned reg_sts = irq < 32 ? LT_PPCnINT1STS(0) : LT_PPCnINT2STS(0);
WR4(LT_PPCnINT2STS(0), ~0U);