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

/freebsd-current/sys/arm64/qoriq/
H A Dqoriq_therm.c79 struct tsensor *tsensors; member in struct:qoriq_therm_softc
173 struct tsensor *tsensors; member in struct:qoriq_therm_socs
246 return(qoriq_therm_read_temp(sc, sc->tsensors + id, val));
266 rv = qoriq_therm_read_temp(sc, sc->tsensors + id, &val);
292 SYSCTL_CHILDREN(oid), OID_AUTO, sc->tsensors[i].name,
415 sc->tsensors = default_sensors;
418 sc->tsensors = soc->tsensors;
437 WR4(sc, TMUV2_TMSAR(sc->tsensors[i].site_id), 0xE);
451 sites |= 1 << (15 - sc->tsensors[
[all...]
/freebsd-current/sys/arm64/rockchip/
H A Drk_tsadc.c127 struct tsensor *tsensors; member in struct:tsadc_conf
201 .tsensors = rk3288_tsensors,
255 .tsensors = rk3328_tsensors,
311 .tsensors = rk3399_tsensors,
368 .tsensors = rk3568_tsensors,
601 if (sc->conf->tsensors->id == id) {
602 rv =tsadc_read_temp(sc, sc->conf->tsensors + id, val);
626 rv = tsadc_read_temp(sc, sc->conf->tsensors + id, &val);
653 SYSCTL_CHILDREN(oid), OID_AUTO, sc->conf->tsensors[i].name,
807 tsadc_init_tsensor(sc, sc->conf->tsensors
[all...]
/freebsd-current/sys/arm/nvidia/
H A Dtegra_soctherm.c185 struct tsensor *tsensors; member in struct:soctherm_soc
275 .tsensors = t124_tsensors,
364 .tsensors = t210_tsensors,
613 return(soctherm_read_temp(sc, sc->soc->tsensors + id, val));
617 if (sc->soc->tsensors->id == id) {
618 return(soctherm_read_temp(sc, sc->soc->tsensors + id,
642 rv = soctherm_read_temp(sc, sc->soc->tsensors + id, &val);
669 SYSCTL_CHILDREN(oid), OID_AUTO, sc->soc->tsensors[i].name,
774 soctherm_init_tsensor(sc, sc->soc->tsensors + i);

Completed in 120 milliseconds