Home
last modified time | relevance | path

Searched refs:sc_noport (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.c289 sc->sc_noport = 0; in ohci_controller_init()
290 for (i = 0; (i < 10) && (sc->sc_noport == 0); i++) { in ohci_controller_init()
293 sc->sc_noport = OHCI_GET_NDP(OREAD4(sc, OHCI_RH_DESCRIPTOR_A)); in ohci_controller_init()
1594 m = (sc->sc_noport + 1); in ohci_root_intr()
2187 (index > sc->sc_noport)) { in ohci_roothub_exec()
2244 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ohci_roothub_exec()
2253 for (l = 0; l < sc->sc_noport; l++) { in ohci_roothub_exec()
2260 8 + ((sc->sc_noport + 7) / 8); in ohci_roothub_exec()
2272 (index > sc->sc_noport)) { in ohci_roothub_exec()
2290 (index > sc->sc_noport)) { in ohci_roothub_exec()
H A Dohci.h249 uint8_t sc_noport; member
H A Dehci.c315 sc->sc_noport = EHCI_HCS_N_PORTS(sparams); in ehci_init()
669 for (i = 1; i <= sc->sc_noport; i++) { in ehci_dump_regs()
2006 m = (sc->sc_noport + 1); in ehci_root_intr()
3147 (index > sc->sc_noport)) { in ehci_roothub_exec()
3214 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ehci_roothub_exec()
3229 8 + ((sc->sc_noport + 7) / 8); in ehci_roothub_exec()
3240 (index > sc->sc_noport)) { in ehci_roothub_exec()
3292 (index > sc->sc_noport)) { in ehci_roothub_exec()
H A Dehci.h350 uint8_t sc_noport; member
H A Dxhci.h551 uint8_t sc_noport; member