Searched refs:VR_ISR_BUSERR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c1628 if ((status & (VR_ISR_BUSERR | VR_ISR_LINKSTAT2 |
1725 if ((status & (VR_ISR_BUSERR | VR_ISR_LINKSTAT2 |
1761 status &= VR_ISR_BUSERR | VR_ISR_LINKSTAT2 | VR_ISR_STATSOFLOW;
1762 if ((status & VR_ISR_BUSERR) != 0) {
1763 status &= ~VR_ISR_BUSERR;
H A Dif_vrreg.h191 #define VR_ISR_BUSERR 0x0040 /* PCI bus error */ macro

Completed in 58 milliseconds