Searched refs:RxComplete (Results 1 – 1 of 1) sorted by relevance
466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator1700 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in vortex_up()1703 (vp->full_bus_master_rx ? 0 : RxComplete) | in vortex_up()2293 if (status & RxComplete) in _vortex_interrupt()2352 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt()