Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c270 u32regv &= USBSTS_ASS | USBSTS_PSS; in ms_ehci_quiesce()
271 if (ms_check_status (&pEhci->op_regs->usbsts, USBSTS_ASS | USBSTS_PSS, in ms_ehci_quiesce()
285 if (ms_check_status (&pEhci->op_regs->usbsts, USBSTS_ASS | USBSTS_PSS, in ms_ehci_quiesce()
1719 (void) ms_check_status (&pEhci->op_regs->usbsts, USBSTS_ASS, 0, 150); in ms_qh_link_async()
H A DdrvEHCI.h350 #define USBSTS_ASS (1<<15) /* Asynchronous Schedule Status */ macro