Searched refs:trigsel (Results 1 – 1 of 1) sorted by relevance
2940 unsigned int trigsel; in ni_ao_cmd_set_trigger() local2955 trigsel = NISTC_AO_TRIG_START1_EDGE | in ni_ao_cmd_set_trigger()2958 trigsel = NISTC_AO_TRIG_START1_SEL(CR_CHAN(cmd->start_arg) + 1); in ni_ao_cmd_set_trigger()2961 trigsel |= NISTC_AO_TRIG_START1_POLARITY; in ni_ao_cmd_set_trigger()2964 trigsel |= NISTC_AO_TRIG_START1_EDGE; in ni_ao_cmd_set_trigger()2966 ni_stc_writew(dev, trigsel, NISTC_AO_TRIG_SEL_REG); in ni_ao_cmd_set_trigger()