Searched refs:USBSTS_ASS (Results 1 – 2 of 2) sorted by relevance
270 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()
350 #define USBSTS_ASS (1<<15) /* Asynchronous Schedule Status */ macro