Searched refs:CR_PACK (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/comedi/kcomedilib/ |
H A D | kcomedilib_main.c | 140 insn.chanspec = CR_PACK(chan, 0, 0); in comedi_dio_get_config() 159 insn.chanspec = CR_PACK(chan, 0, 0); in comedi_dio_config()
|
/openbmc/linux/include/uapi/linux/ |
H A D | comedi.h | 56 #define CR_PACK(chan, rng, aref) \ macro 59 (CR_PACK(chan, range, aref) | ((flags) & CR_FLAGS_MASK))
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | pcl812.c | 998 devpriv->last_ai_chanspec = CR_PACK(16, 0, 0); in pcl812_reset() 999 pcl812_ai_set_chan_range(dev, CR_PACK(0, 0, 0), 0); in pcl812_reset()
|
H A D | rtd520.c | 483 unsigned int chanspec = CR_PACK(0, 0, AREF_GROUND); in rtd520_probe_fifo_depth()
|