Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c200 u32regv = hcd_reg_readl ((U32)pPtr); in ms_check_status()
221 U32 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbsts); in ms_ehci_halt()
230 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_halt()
241 U32 u32regv = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd); in ms_ehci_reset()
253 U32 u32hcmisc = hcd_reg_readl ((U32)&pEhci->op_regs->hcmisc); 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()
357 u32Temp = hcd_reg_readl ((U32)&pEhci->op_regs->portsc[0]); in ms_hub_status_data()
446 if (!hcd_reg_readl((U32)&pEhci->op_regs->asynclistaddr)) in ms_ehci_softrst()
452 regTmp[0] = hcd_reg_readl((U32)&pEhci->op_regs->usbcmd); in ms_ehci_softrst()
[all …]
H A DdrvUSBHwCtl.c163 temp = hcd_reg_readl((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()
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()
284 u32Reg_t = hcd_reg_readl((U32)&pEhci->op_regs->usbsts); in ms_ehci_interrupt_enable()
287 u32Reg_t = hcd_reg_readl((U32)&pEhci->op_regs->bus_control); in ms_ehci_interrupt_enable()
298 u32Reg_t = hcd_reg_readl((U32)&pEhci->op_regs->usbsts); 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()
H A DdrvEHCI_SCHD.cxx162 u32Cmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd) | USBCMD_PSE; in ms_enable_periodic()
165 pEhci->iNextUframe = hcd_reg_readl ((U32)&pEhci->op_regs->frindex) in ms_enable_periodic()
186 u32Cmd = hcd_reg_readl ((U32)&pEhci->op_regs->usbcmd) & ~USBCMD_PSE; in ms_disable_periodic()
694 u32clock_uframe = hcd_reg_readl ((U32)&pEhci->op_regs->frindex); in ms_scan_periodic()
754 now = hcd_reg_readl ((U32)&pEhci->op_regs->frindex) % u32Mod; in ms_scan_periodic()
H A DdrvEHCI.h500 static inline unsigned int hcd_reg_readl( unsigned int regs) in hcd_reg_readl() function