Lines Matching refs:op_regs

163 	temp = hcd_reg_readl((U32)&ehci->op_regs->bus_control);  in ms_RH_force_FSmode()
174 hcd_reg_writel(temp, (U32)&ehci->op_regs->bus_control); in ms_RH_force_FSmode()
191 regv = hcd_reg_readw((U32)&ehci->op_regs->portsc[0]); in ms_RoothubPortConnected()
200 regv = hcd_reg_readw((U32)&ehci->op_regs->portsc[0]); in ms_RoothubPortConnectChg()
209 regv = hcd_reg_readw((U32)&ehci->op_regs->portsc[0]); in ms_RoothubPortEnabled()
218 regv = hcd_reg_readw((U32)&ehci->op_regs->usbcmd); in ms_isHcdRunning()
227 regv = hcd_reg_readw((U32)&ehci->op_regs->usbsts); in ms_forceHcdRun()
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()
242 diag_printf("[UM] status = %x\n", hcd_reg_readl((U32)&ehci->op_regs->usbsts)); in ms_dumpHcdRegister()
243 diag_printf("[UM] portsc = %x\n", hcd_reg_readl((U32)&ehci->op_regs->portsc[0])); in ms_dumpHcdRegister()
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()
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()
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()