Lines Matching refs:ehci_readl
73 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
87 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
124 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
145 if (ehci_readl(ehci, &ehci->regs->status) & STS_PCD) in ehci_port_change()
154 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change()
182 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
193 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags()
214 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
272 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend()
336 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
338 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
373 ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_suspend()
414 power_okay = ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
440 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_bus_resume()
462 temp = ehci_readl(ehci, hostpc_reg); in ehci_bus_resume()
477 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
501 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
518 (void) ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
555 port_status = ehci_readl(ehci, status_reg); in set_owner()
662 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16; in ehci_hub_status_data()
667 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_hub_status_data()
922 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
958 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
995 ehci_readl(ehci, &ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
1011 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1034 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1075 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1098 ehci_readl(ehci, status_reg)); in ehci_hub_control()
1108 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1121 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1179 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1203 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1206 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1288 temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS; in ehci_hub_control()
1298 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1306 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
1337 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()
1344 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power()