Lines Matching refs:ehci_readl
59 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
73 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
110 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
131 if (ehci_readl(ehci, &ehci->regs->status) & STS_PCD) in ehci_port_change()
140 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change()
168 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
179 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags()
200 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
258 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend()
322 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
324 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
359 ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_suspend()
400 power_okay = ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
426 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_bus_resume()
448 temp = ehci_readl(ehci, hostpc_reg); in ehci_bus_resume()
463 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
487 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
504 (void) ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
549 port_status = ehci_readl(ehci, status_reg); in set_owner()
656 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16; in ehci_hub_status_data()
661 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_hub_status_data()
916 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
952 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
989 ehci_readl(ehci, &ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
1005 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1028 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1069 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1092 ehci_readl(ehci, status_reg)); in ehci_hub_control()
1102 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1115 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1173 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1197 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1200 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1282 temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS; in ehci_hub_control()
1292 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1300 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
1331 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()
1338 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power()