Lines Matching refs:port_status

553   int    port_status)  in check_reset_complete()  argument
555 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()
557 return port_status; in check_reset_complete()
611 if (!(port_status & PORT_PE)) { in check_reset_complete()
616 port_status |= PORT_OWNER; in check_reset_complete()
617 ehci_writel (port_status, (U32)&ehci->regs->port_status [index]); in check_reset_complete()
621 return port_status; in check_reset_complete()
745 temp = ehci_readl ((U32)&ehci->regs->port_status[i]); in ehci_hub_status_data()
809 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_hub_status_data()
1336 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1347 ehci_writel (temp & ~PORT_PE, (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1406 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1415 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1419 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1472 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1545 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1578 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1581 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1768 temp = ehci_readl ((U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1779 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1784 (U32)&ehci->regs->port_status [wIndex]); in ehci_hub_control()
1863 ehci_writel (temp, (U32)&ehci->regs->port_status [wIndex]); // port reset in ehci_hub_control()
7719 int temp = ehci_readl ((U32)&ehci->regs->port_status [i]); in ehci_suspend()
7730 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_suspend()
7800 int temp = ehci_readl ((U32)&ehci->regs->port_status [i]); in ehci_resume()
7806 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_resume()
7810 ehci_writel (temp, (U32)&ehci->regs->port_status [i]); in ehci_resume()
8139 int pstatus = ehci_readl((U32)&ehci->regs->port_status [i]); in ehci_irq()
8304 if( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) == 0 ) in ehci_urb_enqueue()
8555 if( (ehci_readl ((U32)&ehci->regs->port_status[0])&PORT_CONNECT) == 0 ) in ehci_urb_dequeue()