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

  /src/sys/dev/i2c/
adm1026.c 183 uint8_t val, fan_div2; local in function:adm1026_attach
192 if (prop_dictionary_get_uint8(props, "fan_div2", &fan_div2) != 0)
193 div2_val = fan_div2;
307 "unable to read fan_div2\n");

Completed in 11 milliseconds