Searched refs:stop_count (Results 1 – 5 of 5) sorted by relevance
29 static __cpuinitdata atomic_t stop_count; variable126 atomic_set(&stop_count, 0); in check_tsc_sync_source()140 while (atomic_read(&stop_count) != cpus-1) in check_tsc_sync_source()165 atomic_inc(&stop_count); in check_tsc_sync_source()191 atomic_inc(&stop_count); in check_tsc_sync_target()196 while (atomic_read(&stop_count) != cpus) in check_tsc_sync_target()
193 int stop_count; member393 subpriv->intr.stop_count = 0; in pcmuio_attach()818 if (subpriv->intr.stop_count > 0) { in interrupt_pcmuio()819 subpriv->intr.stop_count--; in interrupt_pcmuio()820 if (subpriv->intr.stop_count == 0) { in interrupt_pcmuio()877 if (!subpriv->intr.continuous && subpriv->intr.stop_count == 0) { in pcmuio_start_intr()982 subpriv->intr.stop_count = cmd->stop_arg; in pcmuio_cmd()987 subpriv->intr.stop_count = 0; in pcmuio_cmd()
257 int stop_count; member509 subpriv->dio.intr.stop_count = 0; in pcmmio_attach()955 if (subpriv->dio.intr.stop_count > 0) { in interrupt_pcmmio()956 subpriv->dio.intr.stop_count--; in interrupt_pcmmio()957 if (subpriv->dio.intr.stop_count == 0) { in interrupt_pcmmio()1014 if (!subpriv->dio.intr.continuous && subpriv->dio.intr.stop_count == 0) { in pcmmio_start_intr()1134 subpriv->dio.intr.stop_count = cmd->stop_arg; in pcmmio_cmd()1139 subpriv->dio.intr.stop_count = 0; in pcmmio_cmd()
611 u32 stop_count = in mite_sync_output_dma() local619 (int)(nbytes_lb - stop_count) > 0) in mite_sync_output_dma()620 nbytes_lb = stop_count; in mite_sync_output_dma()623 (int)(nbytes_ub - stop_count) > 0) in mite_sync_output_dma()624 nbytes_ub = stop_count; in mite_sync_output_dma()
2388 unsigned int stop_count; in ni_ai_cmd() local2452 stop_count = cmd->stop_arg - 1; in ni_ai_cmd()2456 stop_count += num_adc_stages_611x; in ni_ai_cmd()2459 devpriv->stc_writel(dev, stop_count, AI_SC_Load_A_Registers); in ni_ai_cmd()2467 if (stop_count == 0) { in ni_ai_cmd()