Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vr.c1623 if ((status & (VR_ISR_BUSERR | VR_ISR_LINKSTAT2 | in vr_poll_locked()
1720 if ((status & (VR_ISR_BUSERR | VR_ISR_LINKSTAT2 | in vr_int_task()
1756 status &= VR_ISR_BUSERR | VR_ISR_LINKSTAT2 | VR_ISR_STATSOFLOW; in vr_error()
1757 if ((status & VR_ISR_BUSERR) != 0) { in vr_error()
1758 status &= ~VR_ISR_BUSERR; in vr_error()
H A Dif_vrreg.h189 #define VR_ISR_BUSERR 0x0040 /* PCI bus error */ macro