Searched refs:VR_ISR_BUSERR (Results 1 – 2 of 2) sorted by relevance
1615 if ((status & (VR_ISR_BUSERR | VR_ISR_LINKSTAT2 | in vr_poll_locked()1712 if ((status & (VR_ISR_BUSERR | VR_ISR_LINKSTAT2 | in vr_int_task()1748 status &= VR_ISR_BUSERR | VR_ISR_LINKSTAT2 | VR_ISR_STATSOFLOW; in vr_error()1749 if ((status & VR_ISR_BUSERR) != 0) { in vr_error()1750 status &= ~VR_ISR_BUSERR; in vr_error()
189 #define VR_ISR_BUSERR 0x0040 /* PCI bus error */ macro