Home
last modified time | relevance | path

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

/NextBSD/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.c497 if (sc->sc_flags.status_high_speed) in dwc_otg_update_host_frame_interval()
2952 sc->sc_flags.status_high_speed = 1; in dwc_otg_interrupt()
2954 sc->sc_flags.status_high_speed = 0; in dwc_otg_interrupt()
3017 sc->sc_flags.status_high_speed = 1; in dwc_otg_interrupt()
3019 sc->sc_flags.status_high_speed = 0; in dwc_otg_interrupt()
4178 if (sc->sc_flags.status_high_speed) in dwc_otg_device_isoc_start()
4723 if (sc->sc_flags.status_high_speed) in dwc_otg_roothub_exec()
HDmusb_otg.c2277 sc->sc_flags.status_high_speed = 1; in musbotg_interrupt()
2279 sc->sc_flags.status_high_speed = 0; in musbotg_interrupt()
3960 sc->sc_flags.status_high_speed = 1; in musbotg_roothub_exec()
3962 sc->sc_flags.status_high_speed = 0; in musbotg_roothub_exec()
4003 if (sc->sc_flags.status_high_speed) { in musbotg_roothub_exec()