Home
last modified time | relevance | path

Searched refs:sc_noport (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c583 sc->sc_noport = XHCI_HCS1_N_PORTS(temp); in xhci_init()
585 if (sc->sc_noport == 0) { in xhci_init()
587 "of ports: %u\n", sc->sc_noport); in xhci_init()
2986 for (i = 1; i <= sc->sc_noport; i++) { in xhci_root_intr()
3377 (index > sc->sc_noport)) { in xhci_roothub_exec()
3450 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()
3467 for (j = 1; j <= sc->sc_noport; j++) { in xhci_roothub_exec()
3486 (index > sc->sc_noport)) { in xhci_roothub_exec()
3562 (index > sc->sc_noport)) { in xhci_roothub_exec()
H A Dehci.c278 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init()
613 for (i = 1; i <= sc->sc_noport; i++) { in ehci_dump_regs()
1963 m = (sc->sc_noport + 1); in ehci_root_intr()
3179 (index > sc->sc_noport)) {
3246 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3261 8 + ((sc->sc_noport + 7) / 8);
3272 (index > sc->sc_noport)) {
3324 (index > sc->sc_noport)) {
H A Dxhci.h518 uint8_t sc_noport; member
H A Dehci.h354 uint8_t sc_noport; member

Completed in 11 milliseconds