Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm.c165 struct soctherm_soc;
176 struct soctherm_soc *soc;
180 struct soctherm_soc { struct
270 static struct soctherm_soc tegra124_soc = {
359 static struct soctherm_soc tegra210_soc = {
702 sc->soc = (struct soctherm_soc *)ofw_bus_search_compatible(dev, in soctherm_attach()