Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c132 #define INTR_MASK (USBSTS_IAA | USBSTS_FATAL | USBSTS_PCD | USBSTS_ERR | USBSTS_INT)
377 u32Status = USBSTS_PCD; in ms_hub_status_data()
2712 if (u32Status & USBSTS_PCD) in ms_ehci_irq()
2814 if (u32Status & USBSTS_PCD) in ms_ehci_irq()
H A DdrvEHCI.h357 #define USBSTS_PCD (1<<2) /* Port Change Detect */ macro