Searched refs:start_stop_select (Results 1 – 1 of 1) sorted by relevance
2391 int start_stop_select = 0; in ni_ai_cmd() local2442 start_stop_select |= AI_STOP_Polarity; in ni_ai_cmd()2443 start_stop_select |= AI_STOP_Select(31); /* logic low */ in ni_ai_cmd()2444 start_stop_select |= AI_STOP_Sync; in ni_ai_cmd()2446 start_stop_select |= AI_STOP_Select(19); /* ai configuration memory */ in ni_ai_cmd()2448 ni_stc_writew(dev, start_stop_select, AI_START_STOP_Select_Register); in ni_ai_cmd()2472 start_stop_select |= in ni_ai_cmd()2504 start_stop_select |= AI_START_Edge | AI_START_Sync; in ni_ai_cmd()2505 ni_stc_writew(dev, start_stop_select, in ni_ai_cmd()2522 start_stop_select |= AI_START_Edge; in ni_ai_cmd()[all …]