Lines Matching defs:wIndex
680 u16 wIndex,
706 if (!wIndex || wIndex > ports)
708 wIndex--;
739 &ohci->regs->roothub.portstatus [wIndex]);
740 // ohci_readl (ohci, &ohci->regs->roothub.portstatus [wIndex]);
750 if (!wIndex || wIndex > ports)
752 wIndex--;
753 temp = roothub_portstatus (ohci, wIndex);
757 dbg_port(ohci, "GetStatus", wIndex, temp);
770 if (!wIndex || wIndex > ports)
772 wIndex--;
776 if (hcd->self.otg_port == (wIndex + 1)
782 &ohci->regs->roothub.portstatus [wIndex]);
786 &ohci->regs->roothub.portstatus [wIndex]);
789 retval = root_port_reset (ohci, wIndex);