Searched refs:both2 (Results 1 – 1 of 1) sorted by relevance
342 unsigned short both2; in dmm32at_setaitimer() local346 both2 = nansec / 20000; in dmm32at_setaitimer()347 hi2 = (both2 & 0xff00) >> 8; in dmm32at_setaitimer()348 lo2 = both2 & 0x00ff; in dmm32at_setaitimer()