Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_pmc.c174 static struct tegra124_pmc_softc *pmc_sc; variable
179 if (pmc_sc == NULL) in tegra124_pmc_get_sc()
181 return (pmc_sc); in tegra124_pmc_get_sc()
543 if (pmc_sc != NULL) in tegra124_pmc_attach()
545 pmc_sc = sc; in tegra124_pmc_attach()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_pmc.c180 static struct tegra210_pmc_softc *pmc_sc; variable
185 if (pmc_sc == NULL) in tegra210_pmc_get_sc()
187 return (pmc_sc); in tegra210_pmc_get_sc()
609 if (pmc_sc != NULL) in tegra210_pmc_attach()
611 pmc_sc = sc; in tegra210_pmc_attach()