Home
last modified time | relevance | path

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

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