Home
last modified time | relevance | path

Searched refs:NISTC_AO_TRIG_START1_SEL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/comedi/drivers/
H A Dni_stc.h337 #define NISTC_AO_TRIG_START1_SEL(x) (((x) & 0x1f) << 0) macro
338 #define NISTC_AO_TRIG_START1_SEL_MASK NISTC_AO_TRIG_START1_SEL(0x1f)
H A Dni_mio_common.c2975 trigsel = NISTC_AO_TRIG_START1_SEL( in ni_ao_cmd_set_trigger()