Searched refs:RANGE_ext (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/comedi/drivers/ |
D | amplc_pci224.c | 313 RANGE_ext(-1, 1), /* bipolar [-Vref,+Vref] */ 314 RANGE_ext(0, 1), /* unipolar [0,+Vref] */ 328 RANGE_ext(-2, 2), 337 RANGE_ext(-1, 1),
|
D | ni_pcimio.c | 208 RANGE_ext(-1, 1) 215 RANGE_ext(-1, 1)
|
D | ni_mio_common.c | 200 RANGE_ext(-1, 1), 201 RANGE_ext(0, 1),
|
/drivers/staging/comedi/ |
D | comedidev.h | 327 #define RANGE_ext(a, b) {(a)*1e6, (b)*1e6, RF_EXTERNAL} macro
|