Home
last modified time | relevance | path

Searched refs:regTmp (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c427 U32 regTmp[2]; in ms_ehci_softrst() local
452 regTmp[0] = hcd_reg_readl((U32)&pEhci->op_regs->usbcmd); in ms_ehci_softrst()
453 regTmp[1] = hcd_reg_readl((U32)&pEhci->op_regs->usbintr); in ms_ehci_softrst()
457 hcd_reg_writel(regTmp[1],(U32)&pEhci->op_regs->usbintr); in ms_ehci_softrst()
458 hcd_reg_writel(regTmp[0],(U32)&pEhci->op_regs->usbcmd); in ms_ehci_softrst()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c1205 U32 regTmp[4]; in ehci_hc_swreset() local
1214 regTmp[0] = ehci_readl((U32)&ehci->regs->command); in ehci_hc_swreset()
1215 regTmp[1] = ehci_readl((U32)&ehci->regs->intr_enable); in ehci_hc_swreset()
1235 ehci_writel(regTmp[1],(U32)&ehci->regs->intr_enable); in ehci_hc_swreset()
1236 ehci_writel(regTmp[0],(U32)&ehci->regs->command); in ehci_hc_swreset()