Searched refs:RANGE_ext (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | dac02.c | 67 RANGE_ext(0, 1)
|
D | amplc_pci224.c | 276 RANGE_ext(-1, 1), /* bipolar [-Vext,+Vext] */ 277 RANGE_ext(0, 1), /* unipolar [0,+Vext] */ 315 RANGE_ext(-2, 2), /* bipolar [-2*Vext,+2*Vext] */ 317 RANGE_ext(-1, 1), /* bipolar [-Vext,+Vext] */
|
D | ni_pcimio.c | 138 RANGE_ext(-1, 1) 146 RANGE_ext(-1, 1)
|
D | ni_mio_common.c | 180 RANGE_ext(-1, 1), 181 RANGE_ext(0, 1)
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedidev.h | 334 #define RANGE_ext(a, b) {(a)*1e6, (b)*1e6, RF_EXTERNAL} macro
|