Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h140 uint8_t status_high_speed:1; /* set if High Speed is selected */ member
H A Dmusb_otg.h379 uint8_t status_high_speed:1; /* set if High Speed is selected */ member
H A Ddwc_otg.c490 if (sc->sc_flags.status_high_speed) in dwc_otg_update_host_frame_interval()
2960 sc->sc_flags.status_high_speed = 1; in dwc_otg_interrupt()
2962 sc->sc_flags.status_high_speed = 0; in dwc_otg_interrupt()
3026 sc->sc_flags.status_high_speed = 1; in dwc_otg_interrupt()
3028 sc->sc_flags.status_high_speed = 0; in dwc_otg_interrupt()
4210 if (sc->sc_flags.status_high_speed) in dwc_otg_device_isoc_start()
4714 if (sc->sc_flags.status_high_speed) in dwc_otg_roothub_exec()
H A Dmusb_otg.c2269 sc->sc_flags.status_high_speed = 1; in musbotg_interrupt()
2271 sc->sc_flags.status_high_speed = 0; in musbotg_interrupt()
3901 sc->sc_flags.status_high_speed = 1; in musbotg_roothub_exec()
3903 sc->sc_flags.status_high_speed = 0; in musbotg_roothub_exec()
3944 if (sc->sc_flags.status_high_speed) { in musbotg_roothub_exec()