HomeSort by: relevance | last modified time | path
    Searched defs:prcm_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_prcm.c 44 static struct ti_prcm_softc *prcm_softc = NULL; variable in typeref:struct:ti_prcm_softc *
220 KASSERT(prcm_softc == NULL);
221 prcm_softc = sc;
234 KASSERTMSG(prcm_softc != NULL, "prcm driver not attached");
245 tc = ti_prcm_clock_find(prcm_softc, p);
247 aprint_error_dev(prcm_softc->sc_dev,
ti_prcm.c 44 static struct ti_prcm_softc *prcm_softc = NULL; variable in typeref:struct:ti_prcm_softc *
220 KASSERT(prcm_softc == NULL);
221 prcm_softc = sc;
234 KASSERTMSG(prcm_softc != NULL, "prcm driver not attached");
245 tc = ti_prcm_clock_find(prcm_softc, p);
247 aprint_error_dev(prcm_softc->sc_dev,

Completed in 56 milliseconds