Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ddmm32at.c334 unsigned short both2; in dmm32at_setaitimer() local
338 both2 = nansec / 20000; in dmm32at_setaitimer()
339 hi2 = (both2 & 0xff00) >> 8; in dmm32at_setaitimer()
340 lo2 = both2 & 0x00ff; in dmm32at_setaitimer()