Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h359 #define USBSTS_INT (1<<0) /* USB Interrupt (USBINT) */ macro
H A DdrvEhciHcd.c132 #define INTR_MASK (USBSTS_IAA | USBSTS_FATAL | USBSTS_PCD | USBSTS_ERR | USBSTS_INT)
2665 if ((u32Status & (USBSTS_INT|USBSTS_ERR)) != 0) in ms_ehci_irq()