Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.c136 return get_s16(&channel->command_word0) == 0; in is_complete()
160 set_s16(&channel->command_word0, 0x0500 + (transf_num & 0x000f)); in use_transform()
165 set_s16(&channel->command_word0, 0x0600 + (offset_num & 0x000f)); in use_offset()
170 set_s16(&channel->command_word0, 0x0700); in set_offset()
191 set_s16(&channel->command_word0, 0x0a00); in set_full_scales()
Djr3_pci.h507 s32 command_word0; /* offset 0x00e7 */ member