Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/comedi/drivers/
Dni_tio_internal.h437 #define Gi_Up_Down_Shift 5 macro
443 Gi_Up_Down_Mask = 0x3 << Gi_Up_Down_Shift,
444 Gi_Always_Down_Bits = 0x0 << Gi_Up_Down_Shift,
445 Gi_Always_Up_Bits = 0x1 << Gi_Up_Down_Shift,
446 Gi_Up_Down_Hardware_IO_Bits = 0x2 << Gi_Up_Down_Shift,
447 Gi_Up_Down_Hardware_Gate_Bits = 0x3 << Gi_Up_Down_Shift,
Dni_tio.c530 Gi_Up_Down_Shift); in ni_tio_set_counter_mode()