Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_vrreg.h154 #define VR_ISR_BUSERR 0x0040 /* PCI bus error */ macro
H A Dif_vr.c950 if (status & (VR_ISR_BUSERR | VR_ISR_TX_UNDERRUN)) { in vr_intr()
951 if (status & VR_ISR_BUSERR) in vr_intr()