Lines Matching refs:ehci_readl
260 result = ehci_readl ((U32)ptr); in handshake()
326 U32 temp = ehci_readl ((U32)&ehci->regs->status); in ehci_halt()
379 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_halt()
389 U32 command = ehci_readl ((U32)&ehci->regs->command); in ehci_reset()
530 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_ready()
745 temp = ehci_readl ((U32)&ehci->regs->port_status[i]); in ehci_hub_status_data()
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()
1336 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1350 …ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_ASE|CMD_PSE|CMD_IAAD)),(U32)&ehci->regs->… in ehci_hub_control()
1480 temp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
1545 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1580 temp = ehci_readl ( in ehci_hub_control()
1598 speed = (ehci_readl((U32)&ehci->regs->bus_control) >> 9) & 0x3; in ehci_hub_control()
1601 temp2 = ehci_readl((U32)&ehci->regs->hcmisc) & 0xfffffff3; in ehci_hub_control()
1621 bus_monitor=ehci_readl ((U32)&ehci->regs->bus_control); in ehci_hub_control()
1768 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1818 …ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_RUN|CMD_ASE|CMD_PSE)),(U32)&ehci->regs->c… in ehci_hub_control()
1821 while(((ehci_readl((U32)&ehci->regs->status)&STS_HALT) == 0)&&(time_out++<1000)); in ehci_hub_control()
1837 …ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_RUN|CMD_ASE|CMD_PSE)),(U32)&ehci->regs->c… in ehci_hub_control()
1840 while(((ehci_readl((U32)&ehci->regs->status)&STS_HALT) == 0)&&(time_out++<1000)); in ehci_hub_control()
1869 temp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
5046 U32 cmd = ehci_readl ((U32)&ehci->regs->command); in qh_link_async()
5130 U32 cmd = ehci_readl (&ehci->regs->command);
5133 while (ehci_readl (&ehci->regs->status) & STS_ASS)
5903 int cmd = ehci_readl ((U32)&ehci->regs->command); in start_unlink_async()
6425 U32 status = ehci_readl ((U32)&ehci->regs->status); in ehci_watchdog()
6482 else if ( (ehci_readl((U32)&ehci->regs->command)&CMD_IAAD) && !(status & STS_IAA)) in ehci_watchdog()
6762 temp = HCC_EXT_CAPS (ehci_readl ((U32)&ehci->caps->hcc_params)); in ehci_hc_reset()
6836 ehci->hcs_params = ehci_readl ((U32)&ehci->caps->hcs_params); in ehci_hc_reset()
6908 hcc_params = ehci_readl ((U32)&ehci->caps->hcc_params); in ehci_start()
6979 temp=ehci_readl((U32)&ehci->regs->bus_control); in ehci_start()
7159 temp = ehci_readl ((U32)&ehci->regs->command) & 0x0fff; in ehci_start()
7320 temp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted write */ in ehci_start()
7592 dbg_status (ehci, "ehci_stop completed", ehci_readl ((U32)&ehci->regs->status)); in ehci_stop()
7647 return (ehci_readl ((U32)&ehci->regs->frame_index) >> 3) % ehci->periodic_size; in ehci_get_frame()
7714 ehci_writel(ehci_readl ((U32)&ehci->regs->command) & ~CMD_RUN, (U32)&ehci->regs->command); in ehci_suspend()
7715 while((ehci_readl((U32)&ehci->regs->status)&STS_HALT) == 0); in ehci_suspend()
7719 int temp = ehci_readl ((U32)&ehci->regs->port_status [i]); in ehci_suspend()
7800 int temp = ehci_readl ((U32)&ehci->regs->port_status [i]); in ehci_resume()
7807 tmp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted writes */ in ehci_resume()
7812 tmp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted writes */ in ehci_resume()
7910 status = ehci_readl ((U32)&ehci->regs->status); in ehci_irq()
7974 cmd_t = ehci_readl ((U32)&ehci->regs->command); /* unblock posted write */ in ehci_irq()
7992 int cmd = ehci_readl ((U32)&ehci->regs->command); in ehci_irq()
7995 (void) ehci_readl ((U32)&ehci->regs->command); in ehci_irq()
8139 int pstatus = ehci_readl((U32)&ehci->regs->port_status [i]); in ehci_irq()
8304 if( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) == 0 ) in ehci_urb_enqueue()
8555 if( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) == 0 ) in ehci_urb_dequeue()
8569 else if ( (ehci_readl ((U32)&ehci->regs->command)&CMD_RUN) == 0 ) in ehci_urb_dequeue()
9617 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()
9624 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()
9629 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()
9636 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()