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/
Dxhci.c584 sc->sc_noport = XHCI_HCS1_N_PORTS(temp); in xhci_init()
586 if (sc->sc_noport == 0) { in xhci_init()
588 "of ports: %u\n", sc->sc_noport); in xhci_init()
3009 for (i = 1; i <= sc->sc_noport; i++) { in xhci_root_intr()
3402 (index > sc->sc_noport)) { in xhci_roothub_exec()
3475 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()
3492 for (j = 1; j <= sc->sc_noport; j++) { in xhci_roothub_exec()
3512 (index > sc->sc_noport)) { in xhci_roothub_exec()
3588 (index > sc->sc_noport)) { in xhci_roothub_exec()
Dehci.c279 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init()
615 for (i = 1; i <= sc->sc_noport; i++) { in ehci_dump_regs()
1983 m = (sc->sc_noport + 1); in ehci_root_intr()
3205 (index > sc->sc_noport)) {
3273 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3288 8 + ((sc->sc_noport + 7) / 8);
3299 (index > sc->sc_noport)) {
3351 (index > sc->sc_noport)) {
Dxhci.h519 uint8_t sc_noport; member
Dehci.h356 uint8_t sc_noport; member