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