Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_soctherm.c167 struct soctherm_soc;
178 struct soctherm_soc *soc;
182 struct soctherm_soc { struct
272 static struct soctherm_soc tegra124_soc = {
361 static struct soctherm_soc tegra210_soc = {
704 sc->soc = (struct soctherm_soc *)ofw_bus_search_compatible(dev, in soctherm_attach()