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()
362 ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_suspend()
403 power_okay = ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
429 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_bus_resume()
451 temp = ehci_readl(ehci, hostpc_reg); in ehci_bus_resume()
466 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
490 temp = ehci_readl(ehci, &ehci->regs->port_status [i]); in ehci_bus_resume()
507 (void) ehci_readl(ehci, &ehci->regs->intr_enable); in ehci_bus_resume()
552 port_status = ehci_readl(ehci, status_reg); in set_owner()
659 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16; in ehci_hub_status_data()
664 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_hub_status_data()
781 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
817 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
854 ehci_readl(ehci, &ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
870 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
893 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
934 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
957 ehci_readl(ehci, status_reg)); in ehci_hub_control()
967 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
980 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1038 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1062 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1065 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1147 temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS; in ehci_hub_control()
1157 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1165 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
1196 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()
1203 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power()