Home
last modified time | relevance | path

Searched refs:usbcmd (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c230 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_halt()
232 hcd_reg_writel (u32regv, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_halt()
241 U32 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_reset()
245 hcd_reg_writel (u32regv, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_reset()
248 retv = ms_check_status (&pEhci->op_regs->usbcmd, USBCMD_RESET, 0, 250 * 1000); in ms_ehci_reset()
269 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd) << 10; in ms_ehci_quiesce()
280 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_quiesce()
282 hcd_reg_writel (u32regv, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_quiesce()
452 regTmp[0] = hcd_reg_readl((U32)&pEhci->op_regs->usbcmd); in ms_ehci_softrst()
458 hcd_reg_writel(regTmp[0],(U32)&pEhci->op_regs->usbcmd); in ms_ehci_softrst()
[all …]
H A DdrvUSBHwCtl.c218 regv = hcd_reg_readw((U32)&ehci->op_regs->usbcmd); in ms_isHcdRunning()
231 hcd_reg_writel(USBCMD_RUN | hcd_reg_readl((U32)&ehci->op_regs->usbcmd), in ms_forceHcdRun()
232 (U32)&ehci->op_regs->usbcmd); in ms_forceHcdRun()
241 diag_printf("[UM] usbcmd = %x\n", hcd_reg_readl((U32)&ehci->op_regs->usbcmd)); in ms_dumpHcdRegister()
317 t_uhcsts = hcd_reg_readl(((U32)&pEhci->op_regs->usbcmd)+0x76); in ms_roothub_disconn_reinit()
H A DdrvEHCI_SCHD.cxx162 u32Cmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd) | USBCMD_PSE; in ms_enable_periodic()
163 hcd_reg_writel (u32Cmd, (U32)&pEhci->op_regs->usbcmd); in ms_enable_periodic()
186 u32Cmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd) & ~USBCMD_PSE; in ms_disable_periodic()
187 hcd_reg_writel (u32Cmd, (U32)&pEhci->op_regs->usbcmd); in ms_disable_periodic()
H A DdrvUsbd.h94 U32 usbcmd; member
H A DdrvEHCI.h321 U32 usbcmd; /* USB Command : [00h] */ member
H A DdrvHub.c1321 pRootHub->p_UsbHcd->saved_ehci_state.usbcmd); in ms_hub_events()