Home
last modified time | relevance | path

Searched refs:USBSTS_PSS (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx154 iStatus = ms_check_status (&pEhci->op_regs->usbsts, USBSTS_PSS, 0, 9 * 125); in ms_enable_periodic()
179 iStatus = ms_check_status (&pEhci->op_regs->usbsts, USBSTS_PSS, USBSTS_PSS, 9 * 125); in ms_disable_periodic()
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()
H A DdrvEHCI.h351 #define USBSTS_PSS (1<<14) /* Periodic Schedule Status */ macro