Searched refs:start_stop_select (Results 1 - 1 of 1) sorted by path

/drivers/staging/comedi/drivers/
H A Dni_mio_common.c2419 int start_stop_select = 0; local
2470 start_stop_select |= AI_STOP_Polarity;
2471 start_stop_select |= AI_STOP_Select(31); /* logic low */
2472 start_stop_select |= AI_STOP_Sync;
2474 start_stop_select |= AI_STOP_Select(19); /* ai configuration memory */
2476 ni_stc_writew(dev, start_stop_select, AI_START_STOP_Select_Register);
2500 start_stop_select |=
2532 start_stop_select |= AI_START_Edge | AI_START_Sync;
2533 ni_stc_writew(dev, start_stop_select,
2550 start_stop_select |
[all...]

Completed in 46 milliseconds