Home
last modified time | relevance | path

Searched refs:status_high_speed (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
HDdwc_otg.h139 uint8_t status_high_speed:1; /* set if High Speed is selected */ member
HDmusb_otg.h378 uint8_t status_high_speed:1; /* set if High Speed is selected */ member
HDdwc_otg.c496 if (sc->sc_flags.status_high_speed) in dwc_otg_update_host_frame_interval()
2982 sc->sc_flags.status_high_speed = 1; in dwc_otg_interrupt()
2984 sc->sc_flags.status_high_speed = 0; in dwc_otg_interrupt()
3048 sc->sc_flags.status_high_speed = 1; in dwc_otg_interrupt()
3050 sc->sc_flags.status_high_speed = 0; in dwc_otg_interrupt()
4209 if (sc->sc_flags.status_high_speed) in dwc_otg_device_isoc_start()
4754 if (sc->sc_flags.status_high_speed) in dwc_otg_roothub_exec()
HDmusb_otg.c2276 sc->sc_flags.status_high_speed = 1; in musbotg_interrupt()
2278 sc->sc_flags.status_high_speed = 0; in musbotg_interrupt()
3959 sc->sc_flags.status_high_speed = 1; in musbotg_roothub_exec()
3961 sc->sc_flags.status_high_speed = 0; in musbotg_roothub_exec()
4002 if (sc->sc_flags.status_high_speed) { in musbotg_roothub_exec()