HomeSort by: relevance | last modified time | path
    Searched defs:fan_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
adm1026.c 259 uint8_t reg, val, rev, fan_div2, fan_mask; local
270 if (prop_dictionary_get_uint8(props, "fan_mask", &fan_mask) == 0)
271 fan_mask = 0x00; /* 4 + 4 fans */
317 if (adm1026_setup_fans(sc, div2_val, fan_mask))
436 adm1026_setup_fans(struct adm1026_softc *sc, int div2_val, uint8_t fan_mask)
475 * This can be overridden by the fan_mask property to tell us
483 if (!ADM1026_PIN_IS_FAN(fan_mask, i))
adm1026.c 259 uint8_t reg, val, rev, fan_div2, fan_mask; local
270 if (prop_dictionary_get_uint8(props, "fan_mask", &fan_mask) == 0)
271 fan_mask = 0x00; /* 4 + 4 fans */
317 if (adm1026_setup_fans(sc, div2_val, fan_mask))
436 adm1026_setup_fans(struct adm1026_softc *sc, int div2_val, uint8_t fan_mask)
475 * This can be overridden by the fan_mask property to tell us
483 if (!ADM1026_PIN_IS_FAN(fan_mask, i))

Completed in 55 milliseconds