Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_soctherm.c179 struct soctherm_shared_cal shared_cal; member
183 void (*shared_cal)(struct soctherm_softc *sc); member
273 .shared_cal = tegra124_shared_cal,
362 .shared_cal = tegra210_shared_cal,
406 cal = &sc->shared_cal; in tegra124_shared_cal()
437 cal = &sc->shared_cal; in tegra210_shared_cal()
472 cal = &sc->shared_cal; in tsensor_calibration()
770 sc->soc->shared_cal(sc); in soctherm_attach()