Searched refs:CMDF_PRIORITY (Results 1 – 6 of 6) sorted by relevance
121 #define CMDF_PRIORITY 0x00000008 macro 145 #define TRIG_RT CMDF_PRIORITY542 * %CMDF_PRIORITY - requests "hard real-time" processing (which is not
363 if (cmd->flags & CMDF_PRIORITY) { in waveform_ai_cmd() 611 if (cmd->flags & CMDF_PRIORITY) { in waveform_ao_cmd()
472 if (cmd->flags & CMDF_PRIORITY) { in a2150_ai_cmd() 474 "dma incompatible with hard real-time interrupt (CMDF_PRIORITY), aborting\n"); in a2150_ai_cmd()
706 if (cmd->flags & CMDF_PRIORITY) { in das16_cmd_exec() 708 "isa dma transfers cannot be performed with CMDF_PRIORITY, aborting\n"); in das16_cmd_exec()
843 * Disable dma on CMDF_WAKE_EOS, or CMDF_PRIORITY (because dma in in das1800_ai_cmd() 846 if (cmd->flags & (CMDF_WAKE_EOS | CMDF_PRIORITY)) in das1800_ai_cmd()
655 (cmd->flags & (CMDF_WAKE_EOS | CMDF_PRIORITY)) == 0) { in labpc_ai_cmd()