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

/drivers/staging/comedi/drivers/
H A Ddmm32at.c1034 unsigned short both2; local
1038 both2 = nansec / 20000;
1039 hi2 = (both2 & 0xff00) >> 8;
1040 lo2 = both2 & 0x00ff;

Completed in 86 milliseconds