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()
270 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend()
326 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
328 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
361 ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_suspend()
402 power_okay = ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
428 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_bus_resume()
450 temp = ehci_readl(ehci, hostpc_reg); in ehci_bus_resume()
465 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
489 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
506 (void) ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
543 port_status = ehci_readl(ehci, status_reg); in set_owner()
650 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16; in ehci_hub_status_data()
655 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_hub_status_data()
902 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
938 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
975 ehci_readl(ehci, &ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
991 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1014 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1055 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1078 ehci_readl(ehci, status_reg)); in ehci_hub_control()
1088 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1101 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1159 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1183 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1186 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1262 temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS; in ehci_hub_control()
1272 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1280 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
1311 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()
1318 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power()