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

  /src/sys/dev/pci/
eap.c 452 int freq, n, truncm; local in function:eap1371_set_adc_rate
464 truncm = ((21 * n) - 1) | 1;
467 if (truncm > 239)
468 truncm = 239;
469 out = ESRC_SET_TRUNC((239 - truncm) / 2);
471 if (truncm > 119)
472 truncm = 119;
473 out = ESRC_SMF | ESRC_SET_TRUNC((119 - truncm) / 2);

Completed in 29 milliseconds