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 D | drvEHCI_SCHD.cxx | 154 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 D | drvEhciHcd.c | 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()
|
| H A D | drvEHCI.h | 351 #define USBSTS_PSS (1<<14) /* Periodic Schedule Status */ macro
|