Lines Matching refs:ehci_readl
71 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
85 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
122 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
143 if (ehci_readl(ehci, &ehci->regs->status) & STS_PCD) in ehci_port_change()
152 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change()
180 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
191 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags()
212 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
269 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend()
325 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
327 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()
542 port_status = ehci_readl(ehci, status_reg); in set_owner()
649 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16; in ehci_hub_status_data()
654 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_hub_status_data()
901 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
937 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
974 ehci_readl(ehci, &ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
990 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1013 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1054 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1077 ehci_readl(ehci, status_reg)); in ehci_hub_control()
1087 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1100 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1158 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1182 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1185 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1254 temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS; in ehci_hub_control()
1264 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1272 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
1303 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()
1310 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power()