Searched defs:Gi_Up_Down_Shift (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A 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,

Completed in 30 milliseconds