Searched refs:truncm (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pci/
H A Des137x.c1227 unsigned int n, truncm, freq, result; local
1238 truncm = (21 * n - 1) | 1;
1243 if (truncm > 239)
1244 truncm = 239;
1246 (((239 - truncm) >> 1) << 9) | (n << 4));
1248 if (truncm > 119)
1249 truncm = 119;
1251 0x8000 | (((119 - truncm) >> 1) << 9) | (n << 4));

Completed in 53 milliseconds