Searched refs:EHCI_USBSTS_PORTCHANGE (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/busses/usb/ | ||
H A D | ehci_hardware.h | 59 #define EHCI_USBSTS_PORTCHANGE (1 << 2) // Port Change Detected macro |
H A D | ehci.cpp | 1609 if (status & EHCI_USBSTS_PORTCHANGE) in Interrupt() |