Home
last modified time | relevance | path

Searched refs:usbsts (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBHwCtl.c227 regv = hcd_reg_readw((U32)&ehci->op_regs->usbsts); in ms_forceHcdRun()
242 diag_printf("[UM] status = %x\n", hcd_reg_readl((U32)&ehci->op_regs->usbsts)); in ms_dumpHcdRegister()
284 u32Reg_t = hcd_reg_readl((U32)&pEhci->op_regs->usbsts); in ms_ehci_interrupt_enable()
285 hcd_reg_writel (u32Reg_t, (U32)&pEhci->op_regs->usbsts); //clear all pending interrupt in ms_ehci_interrupt_enable()
298 u32Reg_t = hcd_reg_readl((U32)&pEhci->op_regs->usbsts); in ms_ehci_interrupt_disable()
299 hcd_reg_writel (u32Reg_t, (U32)&pEhci->op_regs->usbsts); //clear all pending interrupt in ms_ehci_interrupt_disable()
H A DdrvEhciHcd.c221 U32 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbsts); in ms_ehci_halt()
235 return ms_check_status (&pEhci->op_regs->usbsts, USBSTS_HALT, USBSTS_HALT, 16 * 125); in ms_ehci_halt()
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()
2253 u32Status = hcd_reg_readl((U32)&pEhci->op_regs->usbsts); in ms_ehci_iaa_watchdog()
2258 hcd_reg_writel(USBSTS_IAA, (U32)&pEhci->op_regs->usbsts); in ms_ehci_iaa_watchdog()
2283 U32 status = hcd_reg_readl ((U32)&pEhci->op_regs->usbsts); in ms_ehci_watchdog()
2288 hcd_reg_writel (USBSTS_IAA, (U32)&pEhci->op_regs->usbsts); in ms_ehci_watchdog()
2539 while((hcd_reg_readl((U32)&ehci->op_regs->usbsts)&USBSTS_HALT) == 0); in ms_ehci_suspend()
[all …]
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 DdrvEHCI.h322 U32 usbsts; /* USB Status : [04h] */ member