Searched refs:pmc_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_pmc.c54 static struct tegra_pmc_softc *pmc_softc = NULL; variable in typeref:struct:tegra_pmc_softc
95 KASSERT(pmc_softc == NULL);
96 pmc_softc = sc;
105 if (pmc_softc) {
106 *pbst = pmc_softc->sc_bst;
107 *pbsh = pmc_softc->sc_bsh;

Completed in 115 milliseconds