Lines Matching refs:ehci_writel

381 	ehci_writel (temp, (U32)&ehci->regs->command);  in ehci_halt()
394 ehci_writel (command, (U32)&ehci->regs->command); in ehci_reset()
532 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_ready()
617 ehci_writel (port_status, (U32)&ehci->regs->port_status [index]); in check_reset_complete()
809 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_hub_status_data()
1235 ehci_writel(regTmp[1],(U32)&ehci->regs->intr_enable); in ehci_hc_swreset()
1236 ehci_writel(regTmp[0],(U32)&ehci->regs->command); in ehci_hc_swreset()
1347 ehci_writel (temp & ~PORT_PE, (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1350ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_ASE|CMD_PSE|CMD_IAAD)),(U32)&ehci->regs->… in ehci_hub_control()
1405 ehci_writel (temp | PORT_PEC, in ehci_hub_control()
1414 ehci_writel (temp & ~PORT_POWER, in ehci_hub_control()
1418 ehci_writel (temp | PORT_CSC, in ehci_hub_control()
1471 ehci_writel (temp | PORT_OCC, in ehci_hub_control()
1577 ehci_writel (temp & ~PORT_RESET, in ehci_hub_control()
1612 ehci_writel (temp2, (U32)&ehci->regs->hcmisc); // misc, EOF1 in ehci_hub_control()
1778 ehci_writel (temp | PORT_SUSPEND, in ehci_hub_control()
1783 ehci_writel (temp | PORT_POWER, in ehci_hub_control()
1818ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_RUN|CMD_ASE|CMD_PSE)),(U32)&ehci->regs->c… in ehci_hub_control()
1837ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_RUN|CMD_ASE|CMD_PSE)),(U32)&ehci->regs->c… in ehci_hub_control()
1863 ehci_writel (temp, (U32)&ehci->regs->port_status [wIndex]); // port reset in ehci_hub_control()
5052 ehci_writel (cmd, (U32)&ehci->regs->command); in qh_link_async()
5189 ehci_writel ((U32)qh->qh_dma, &ehci->regs->async_next);
5191 ehci_writel (cmd, &ehci->regs->command);
5970 ehci_writel (cmd & ~CMD_ASE, (U32)&ehci->regs->command); in start_unlink_async()
6050 ehci_writel (cmd, (U32)&ehci->regs->command); in start_unlink_async()
6430 ehci_writel (STS_IAA, (U32)&ehci->regs->status); in ehci_watchdog()
6978 ehci_writel (INTR_MASK, (U32)&ehci->regs->intr_enable); in ehci_start()
6983 ehci_writel(temp,(U32)&ehci->regs->bus_control); //set intr high active in ehci_start()
6984 ehci_writel (ehci->periodic_dma, (U32)&ehci->regs->frame_list); in ehci_start()
7092 ehci_writel ((U32)ehci->async->qh_dma, (U32)&ehci->regs->async_next); in ehci_start()
7096 ehci_writel (0, (U32)&ehci->regs->segment); in ehci_start()
7248 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_start()
7714 ehci_writel(ehci_readl ((U32)&ehci->regs->command) & ~CMD_RUN, (U32)&ehci->regs->command); in ehci_suspend()
7730 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_suspend()
7806 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_resume()
7810 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_resume()
7973 ehci_writel (status, (U32)&ehci->regs->status); in ehci_irq()
7994 ehci_writel (cmd, (U32)&ehci->regs->command); in ehci_irq()
9622 ehci_writel(temp, (U32)&ehci->regs->command); in ehci_StopRun_Setting()
9634 ehci_writel(temp, (U32)&ehci->regs->command); in ehci_StopRun_Setting()