Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/comedi/drivers/
Dni_mio_common.c2387 int start_stop_select = 0; in ni_ai_cmd() local
2440 start_stop_select |= AI_STOP_Polarity; in ni_ai_cmd()
2441 start_stop_select |= AI_STOP_Select(31); /* logic low */ in ni_ai_cmd()
2442 start_stop_select |= AI_STOP_Sync; in ni_ai_cmd()
2444 start_stop_select |= AI_STOP_Select(19); /* ai configuration memory */ in ni_ai_cmd()
2446 devpriv->stc_writew(dev, start_stop_select, in ni_ai_cmd()
2472 start_stop_select |= in ni_ai_cmd()
2507 start_stop_select |= AI_START_Edge | AI_START_Sync; in ni_ai_cmd()
2508 devpriv->stc_writew(dev, start_stop_select, in ni_ai_cmd()
2525 start_stop_select |= AI_START_Edge; in ni_ai_cmd()
[all …]