Home | History | Annotate | Download | only in dev

Lines Matching defs:ino_bitmap

150 	uint64_t reg, eccctrl, ino_bitmap;
329 ino_bitmap = __BIT(SCZ_PCIERR_A_INO);
331 ino_bitmap = __BIT(SCZ_PCIERR_B_INO);
332 ino_bitmap |= __BIT(SCZ_UE_INO) | __BIT(SCZ_CE_INO) |
335 ino_bitmap = (uint64_t) ino_bitmaps[1] << 32 | ino_bitmaps[0];
336 DPRINTF(SDB_INTR, ("ino_bitmap=0x%016" PRIx64 "\n", ino_bitmap));
338 if (ino_bitmap & __BIT(SCZ_PCIERR_A_INO))
341 if (ino_bitmap & __BIT(SCZ_PCIERR_B_INO))
344 if (ino_bitmap & __BIT(SCZ_UE_INO))
347 if (ino_bitmap & __BIT(SCZ_CE_INO))
350 if (ino_bitmap & __BIT(SCZ_SERR_INO))