Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm.c177 struct soctherm_shared_cal shared_cal; member
181 void (*shared_cal)(struct soctherm_softc *sc); member
271 .shared_cal = tegra124_shared_cal,
360 .shared_cal = tegra210_shared_cal,
404 cal = &sc->shared_cal; in tegra124_shared_cal()
435 cal = &sc->shared_cal; in tegra210_shared_cal()
470 cal = &sc->shared_cal; in tsensor_calibration()
768 sc->soc->shared_cal(sc); in soctherm_attach()