Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/i2c/
Dfcu.c43 #define FCU_PWM1 6 macro
96 sc->sc_sensor[FCU_PWM1 + i].type = SENSOR_PERCENT; in fcu_attach()
97 strlcpy(sc->sc_sensor[FCU_PWM1 + i].desc, "PWM", in fcu_attach()
98 sizeof(sc->sc_sensor[FCU_PWM1 + i].desc)); in fcu_attach()
170 sc->sc_sensor[FCU_PWM1 + i].flags |= SENSOR_FINVALID; in fcu_refresh()
173 sc->sc_sensor[FCU_PWM1 + i].value = (fan[0] * 100 * 1000) / 255; in fcu_refresh()