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

/freebsd-13-stable/sys/arm64/qoriq/
H A Dqoriq_therm.c80 int ntsensors; member in struct:qoriq_therm_softc
155 if (id >= sc->ntsensors)
175 if (id >= sc->ntsensors)
202 for (i = sc->ntsensors - 1; i >= 0; i--) {
311 sc->ntsensors = nitems(default_sensors);
340 sites = (1U << sc->ntsensors) - 1;
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_tsadc.c118 int ntsensors; member in struct:tsadc_conf
192 .ntsensors = nitems(rk3288_tsensors),
246 .ntsensors = nitems(rk3328_tsensors),
302 .ntsensors = nitems(rk3399_tsensors),
509 if (id >= sc->conf->ntsensors)
512 for (i = 0; i < sc->conf->ntsensors; i++) {
536 if (id >= sc->conf->ntsensors)
563 for (i = sc->conf->ntsensors - 1; i >= 0; i--) {
718 for (i = 0; i < sc->conf->ntsensors; i++)
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_soctherm.c188 int ntsensors; member in struct:soctherm_soc
278 .ntsensors = nitems(t124_tsensors),
367 .ntsensors = nitems(t210_tsensors),
613 if (id >= sc->soc->ntsensors)
618 for (i = 0; i < sc->soc->ntsensors; i++) {
642 if (id >= sc->soc->ntsensors)
669 for (i = sc->soc->ntsensors - 1; i >= 0; i--) {
775 for (i = 0; i < sc->soc->ntsensors; i++)

Completed in 70 milliseconds