Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_hardware.h59 #define EHCI_USBSTS_PORTCHANGE (1 << 2) // Port Change Detected macro
H A Dehci.cpp1609 if (status & EHCI_USBSTS_PORTCHANGE) in Interrupt()