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()
919 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
955 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
992 ehci_readl(ehci, &ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
1008 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1031 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1072 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1095 ehci_readl(ehci, status_reg)); in ehci_hub_control()
1105 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1118 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1176 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1200 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1203 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1285 temp = ehci_readl(ehci, sreg) & ~PORT_RWC_BITS; in ehci_hub_control()
1295 temp = ehci_readl(ehci, status_reg); in ehci_hub_control()
1303 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
1334 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()
1341 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power()