Home
last modified time | relevance | path

Searched refs:hcd_reg_writel (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c232 hcd_reg_writel (u32regv, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_halt()
245 hcd_reg_writel (u32regv, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_reset()
254 hcd_reg_writel(u32hcmisc | BIT7, (U32)&pEhci->op_regs->hcmisc); in ms_ehci_reset()
282 hcd_reg_writel (u32regv, (U32)&pEhci->op_regs->usbcmd); in ms_ehci_quiesce()
450 hcd_reg_writel ((U32)pEhci->stAsync->qh_dma_addr, (U32)&pEhci->op_regs->asynclistaddr); 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()
524 hcd_reg_writel (u32Temp & ~PORTSC_PE, (U32)&pEhci->op_regs->portsc [u16Index]); in ms_hub_control()
528hcd_reg_writel(hcd_reg_readl((U32)&pEhci->op_regs->usbcmd)&(~(USBCMD_ASE|USBCMD_PSE|USBCMD_IAAD)),… in ms_hub_control()
538 hcd_reg_writel ((u32Temp /*& ~PORTSC_RWC_BITS*/) | PORTSC_PEC, in ms_hub_control()
[all …]
H A DdrvUSBHwCtl.c174 hcd_reg_writel(temp, (U32)&ehci->op_regs->bus_control); in ms_RH_force_FSmode()
231 hcd_reg_writel(USBCMD_RUN | hcd_reg_readl((U32)&ehci->op_regs->usbcmd), in ms_forceHcdRun()
279 hcd_reg_writel (u32Reg_t, (U32)&pEhci->op_regs->usbintr); 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()
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()
299 hcd_reg_writel (u32Reg_t, (U32)&pEhci->op_regs->usbsts); //clear all pending interrupt in ms_ehci_interrupt_disable()
H A DdrvEHCI_SCHD.cxx163 hcd_reg_writel (u32Cmd, (U32)&pEhci->op_regs->usbcmd); in ms_enable_periodic()
187 hcd_reg_writel (u32Cmd, (U32)&pEhci->op_regs->usbcmd); in ms_disable_periodic()
H A DdrvEHCI.h506 static inline void hcd_reg_writel(const unsigned int val, unsigned int regs) in hcd_reg_writel() function