Searched refs:CMD1_GAIN (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/comedi/drivers/ | ||
H A D | ni_labpc_regs.h | 22 #define CMD1_GAIN(x) (((x) & 0x7) << 4) macro |
H A D | ni_labpc_common.c | 142 devpriv->cmd1 |= CMD1_GAIN(range); in labpc_ai_set_chan_and_gain() |