Searched refs:VR_ISR_RX_OFLOW (Results 1 – 2 of 2) sorted by relevance
163 #define VR_ISR_RX_OFLOW 0x0400 /* rx FIFO overflow */ macro
1114 (status & VR_ISR_RX_OFLOW)) { in vr_intr()1120 if (status & VR_ISR_RX_OFLOW) in vr_intr()