Lines Matching refs:usbcmd

230     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()
528 …el(hcd_reg_readl((U32)&pEhci->op_regs->usbcmd)&(~(USBCMD_ASE|USBCMD_PSE|USBCMD_IAAD)),(U32)&pEhci-… in ms_hub_control()
569 u32Temp = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); /* unblock posted write */ in ms_hub_control()
789 u32Temp = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); /* unblock posted writes */ in ms_hub_control()
1715 U32 cmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_qh_link_async()
1721 hcd_reg_writel (cmd, (U32)&pEhci->op_regs->usbcmd); in ms_qh_link_async()
1972 int iUsbCmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_start_unlink_async()
1991 hcd_reg_writel (iUsbCmd & ~USBCMD_ASE, (U32)&pEhci->op_regs->usbcmd); in ms_start_unlink_async()
2035 hcd_reg_writel (iUsbCmd, (U32)&pEhci->op_regs->usbcmd); in ms_start_unlink_async()
2248 u32Cmd = hcd_reg_readl((U32)&pEhci->op_regs->usbcmd); in ms_ehci_iaa_watchdog()
2251 (U32)&pEhci->op_regs->usbcmd); in ms_ehci_iaa_watchdog()
2291 … else if ( (hcd_reg_readl((U32)&pEhci->op_regs->usbcmd)&USBCMD_IAAD) && !(status & USBSTS_IAA)) in ms_ehci_watchdog()
2395 u32Temp = hcd_reg_readl ((U32)&ehci->op_regs->usbcmd) & 0x0fff; in ms_ehci_begin()
2431 hcd_reg_writel (u32Temp, (U32)&ehci->op_regs->usbcmd); in ms_ehci_begin()
2454 u32Temp = hcd_reg_readl ((U32)&ehci->op_regs->usbcmd); /* unblock posted write */ in ms_ehci_begin()
2538 …hcd_reg_writel(hcd_reg_readl ((U32)&ehci->op_regs->usbcmd) & ~USBCMD_RUN, (U32)&ehci->op_regs->usb… in ms_ehci_suspend()
2575 /*U32Tmp = */hcd_reg_readl ((U32)&ehci->op_regs->usbcmd); /* unblock posted writes */ in ms_ehci_resume()
2580 /*U32Tmp = */hcd_reg_readl ((U32)&ehci->op_regs->usbcmd); /* unblock posted writes */ in ms_ehci_resume()
2658 u32Cmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_irq()
2670 int cmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_irq()
2672 hcd_reg_writel (cmd, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_irq()
2673 (void) hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_irq()
2699 hcd_reg_writel (u32Cmd & ~USBCMD_IAAD, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_irq()
2723 u32Cmd == pHcd->saved_ehci_state.usbcmd && in ms_ehci_irq()
2734 pHcd->saved_ehci_state.usbcmd = u32Cmd; in ms_ehci_irq()
3113 temp = hcd_reg_readl((U32)&ehci->op_regs->usbcmd); in ms_ehci_stoprun_setting()
3120 hcd_reg_writel(temp, (U32)&ehci->op_regs->usbcmd); in ms_ehci_stoprun_setting()
3123 temp = hcd_reg_readl((U32)&ehci->op_regs->usbcmd); in ms_ehci_stoprun_setting()
3129 temp = hcd_reg_readl((U32)&ehci->op_regs->usbcmd); in ms_ehci_stoprun_setting()
3134 hcd_reg_writel(temp, (U32)&ehci->op_regs->usbcmd); in ms_ehci_stoprun_setting()
3136 temp = hcd_reg_readl((U32)&ehci->op_regs->usbcmd); in ms_ehci_stoprun_setting()
3179 …el(hcd_reg_readl((U32)&pEhci->op_regs->usbcmd)&(~(USBCMD_ASE|USBCMD_PSE|USBCMD_IAAD)),(U32)&pEhci-… in ms_qh_ehci_reinit()
3181 u32Temp = hcd_reg_readl((U32)&pEhci->op_regs->usbcmd); in ms_qh_ehci_reinit()
3184 hcd_reg_writel(u32Temp,(U32)&pEhci->op_regs->usbcmd); in ms_qh_ehci_reinit()
3218 u32Temp = hcd_reg_readl((U32)&pEhci->op_regs->usbcmd); in ms_ehci_periodic_size_init()
3221 hcd_reg_writel(u32Temp,(U32)&pEhci->op_regs->usbcmd); in ms_ehci_periodic_size_init()