Lines Matching refs:pEhci
271 struct ehci_hcd *pEhci = hcd_to_ehci (hcd); in ms_ehci_interrupt_enable() local
279 hcd_reg_writel (u32Reg_t, (U32)&pEhci->op_regs->usbintr); in ms_ehci_interrupt_enable()
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()
287 u32Reg_t = hcd_reg_readl((U32)&pEhci->op_regs->bus_control); in ms_ehci_interrupt_enable()
289 hcd_reg_writel (u32Reg_t, (U32)&pEhci->op_regs->bus_control); // set interrupt polarity high in ms_ehci_interrupt_enable()
294 struct ehci_hcd *pEhci = hcd_to_ehci (hcd); in ms_ehci_interrupt_disable() local
296 hcd_reg_writel (0, (U32)&pEhci->op_regs->usbintr); in ms_ehci_interrupt_disable()
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()
312 struct ehci_hcd *pEhci = hcd_to_ehci (pHcd); in ms_roothub_disconn_reinit() local
316 t_portsc = hcd_reg_readl ((U32)&pEhci->op_regs->portsc [0]); in ms_roothub_disconn_reinit()
317 t_uhcsts = hcd_reg_readl(((U32)&pEhci->op_regs->usbcmd)+0x76); in ms_roothub_disconn_reinit()