Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_mio_common.c2245 int start_stop_select = 0; in ni_ai_cmd() local
2292 start_stop_select |= NISTC_AI_STOP_POLARITY | in ni_ai_cmd()
2297 start_stop_select |= NISTC_AI_STOP_SEL(19); in ni_ai_cmd()
2299 ni_stc_writew(dev, start_stop_select, NISTC_AI_START_STOP_REG); in ni_ai_cmd()
2325 start_stop_select |= NISTC_AI_STOP_POLARITY | in ni_ai_cmd()
2359 start_stop_select |= NISTC_AI_START_EDGE | NISTC_AI_START_SYNC; in ni_ai_cmd()
2360 ni_stc_writew(dev, start_stop_select, NISTC_AI_START_STOP_REG); in ni_ai_cmd()
2375 start_stop_select |= NISTC_AI_START_EDGE; in ni_ai_cmd()
2377 start_stop_select |= NISTC_AI_START_POLARITY; in ni_ai_cmd()
2381 start_stop_select |= NISTC_AI_START_SYNC; in ni_ai_cmd()
[all …]