Searched refs:EHCI_USBSTS_FLROLLOVER (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/busses/usb/ | ||
H A D | ehci_hardware.h | 58 #define EHCI_USBSTS_FLROLLOVER (1 << 3) // Frame List Rollover macro |
H A D | ehci.cpp | 1606 if (status & EHCI_USBSTS_FLROLLOVER) in Interrupt() |