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

  /src/sys/dev/i2c/
mcp980x.c 422 int newhyst, err; local in function:sysctl_mcp980x_hysteresis
429 newhyst = *(int *)node.sysctl_data;
430 sc->sc_hyst = newhyst;
dbcool.c 1385 uint8_t newreg, newhyst; local in function:sysctl_dbcool_thyst
1406 newhyst = *(int *)node.sysctl_data;
1407 if (newhyst > 0x0f)
1413 newreg |= (newhyst << 4);
1416 newreg |= newhyst;

Completed in 15 milliseconds