Searched refs:tsensor (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/arm64/qoriq/
H A Dqoriq_therm.c69 struct tsensor { struct
81 struct tsensor *tsensors;
89 struct tsensor default_sensors[] =
124 qoriq_therm_read_temp(struct qoriq_therm_softc *sc, struct tsensor *sensor,
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_tsadc.c95 struct tsensor { struct
117 struct tsensor *tsensors;
179 struct tsensor rk3288_tsensors[] = {
235 static struct tsensor rk3328_tsensors[] = {
290 static struct tsensor rk3399_tsensors[] = {
402 tsadc_init_tsensor(struct tsadc_softc *sc, struct tsensor *sensor)
480 tsadc_read_temp(struct tsadc_softc *sc, struct tsensor *sensor, int *temp)
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_soctherm.c155 struct tsensor { struct
187 struct tsensor *tsensors;
203 static struct tsensor t124_tsensors[] = {
292 static struct tsensor t210_tsensors[] = {
461 tsensor_calibration(struct soctherm_softc *sc, struct tsensor *sensor)
515 soctherm_init_tsensor(struct soctherm_softc *sc, struct tsensor *sensor)
573 soctherm_read_temp(struct soctherm_softc *sc, struct tsensor *sensor, int *temp)
738 rv = clk_get_by_ofw_name(dev, 0, "tsensor", &sc->tsensor_clk);
740 device_printf(dev, "Cannot get 'tsensor' clock: %d\n", rv);
756 device_printf(dev, "Cannot enable 'tsensor' cloc
[all...]

Completed in 67 milliseconds