Lines Matching refs:sc_hub_desc
2065 ptr = (const void *)&sc->sc_hub_desc.temp; in ohci_roothub_exec()
2089 sc->sc_hub_desc.temp[0] = sc->sc_conf; in ohci_roothub_exec()
2131 sc->sc_hub_desc.temp, in ohci_roothub_exec()
2132 sizeof(sc->sc_hub_desc.temp), in ohci_roothub_exec()
2143 sc->sc_hub_desc.temp[0] = 0; in ohci_roothub_exec()
2147 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in ohci_roothub_exec()
2152 USETW(sc->sc_hub_desc.stat.wStatus, 0); in ohci_roothub_exec()
2243 sc->sc_hub_desc.hubd = ohci_hubd; in ohci_roothub_exec()
2244 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ohci_roothub_exec()
2245 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, in ohci_roothub_exec()
2250 sc->sc_hub_desc.hubd.bPwrOn2PwrGood = OHCI_GET_POTPGT(v); in ohci_roothub_exec()
2255 sc->sc_hub_desc.hubd.DeviceRemovable[l / 8] |= (1 << (l % 8)); in ohci_roothub_exec()
2259 sc->sc_hub_desc.hubd.bDescLength = in ohci_roothub_exec()
2261 len = sc->sc_hub_desc.hubd.bDescLength; in ohci_roothub_exec()
2266 memset(sc->sc_hub_desc.temp, 0, 16); in ohci_roothub_exec()
2279 USETW(sc->sc_hub_desc.ps.wPortStatus, v); in ohci_roothub_exec()
2280 USETW(sc->sc_hub_desc.ps.wPortChange, v >> 16); in ohci_roothub_exec()
2281 len = sizeof(sc->sc_hub_desc.ps); in ohci_roothub_exec()