Searched refs:ATW_INTR_FBE (Results 1 – 2 of 2) sorted by relevance
226 #define ATW_INTR_FBE __BIT(13) /* fatal bus error */ macro
1324 ATW_INTR_FBE | ATW_INTR_LINKOFF | ATW_INTR_TSFTF | ATW_INTR_TSCZ; in atw_init()2843 PRINTINTR(ATW_INTR_FBE); in atw_softintr()2946 if (status & ATW_INTR_FBE) { in atw_softintr()