Home
last modified time | relevance | path

Searched refs:EHCI_SCFLG_DONEINIT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm/xilinx/
H A Dzy7_ehci.c302 sc->sc_flags |= EHCI_SCFLG_DONEINIT; in zy7_ehci_attach()
325 if ((sc->sc_flags & EHCI_SCFLG_DONEINIT) != 0) { in zy7_ehci_detach()
327 sc->sc_flags &= ~EHCI_SCFLG_DONEINIT; in zy7_ehci_detach()
/freebsd/sys/dev/usb/controller/
H A Dehci_fsl.c353 sc->sc_flags |= EHCI_SCFLG_DONEINIT; in fsl_ehci_attach()
386 if (sc->sc_flags & EHCI_SCFLG_DONEINIT) { in fsl_ehci_detach()
388 sc->sc_flags &= ~EHCI_SCFLG_DONEINIT; in fsl_ehci_detach()
H A Dehci_imx.c319 if (esc->sc_flags & EHCI_SCFLG_DONEINIT) in imx_ehci_detach()
464 esc->sc_flags |= EHCI_SCFLG_DONEINIT; in imx_ehci_attach()
H A Dehci_msm.c149 sc->sc_flags |= EHCI_SCFLG_DONEINIT; in ehci_msm_attach()
H A Dehci.h346 #define EHCI_SCFLG_DONEINIT 0x1000 /* ehci_init() has been called. */ macro
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_ehci.c360 sc->sc_flags |= EHCI_SCFLG_DONEINIT; in vybrid_ehci_attach()
395 if (sc->sc_flags & EHCI_SCFLG_DONEINIT) { in vybrid_ehci_detach()
397 sc->sc_flags &= ~EHCI_SCFLG_DONEINIT; in vybrid_ehci_detach()
/freebsd/sys/arm/nvidia/
H A Dtegra_ehci.c127 if (esc->sc_flags & EHCI_SCFLG_DONEINIT) in tegra_ehci_detach()
281 esc->sc_flags |= EHCI_SCFLG_DONEINIT; in tegra_ehci_attach()