Lines Matching refs:ehci_readl

60 			status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS;  in ehci_handover_companion_ports()
74 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
111 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
132 if (ehci_readl(ehci, &ehci->regs->status) & STS_PCD) in ehci_port_change()
141 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change()
169 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
180 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags()
201 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
259 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend()
323 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
325 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
360 ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_suspend()
401 power_okay = ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
427 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_bus_resume()
449 temp = ehci_readl(ehci, hostpc_reg); in ehci_bus_resume()
464 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
488 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
505 (void) ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
550 port_status = ehci_readl(ehci, status_reg); in set_owner()
657 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16; in ehci_hub_status_data()
662 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_hub_status_data()
917 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
953 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
990 ehci_readl(ehci, &ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
1006 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1029 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1070 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1093 ehci_readl(ehci, status_reg)); in ehci_hub_control()
1103 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1116 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1174 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1198 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1201 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1283 temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS; in ehci_hub_control()
1293 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1301 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
1332 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()
1339 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power()