Searched refs:EHCI_USBSTS_INTMASK (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/busses/usb/ | ||
H A D | ehci_hardware.h | 62 #define EHCI_USBSTS_INTMASK 0x3f macro |
H A D | ehci.cpp | 1578 uint32 status = ReadOpReg(EHCI_USBSTS) & EHCI_USBSTS_INTMASK; in Interrupt() |