Searched refs:local_count (Results 1 – 2 of 2) sorted by relevance
1215 int local_count = count; in hpi6000_dsp_block_write32() local1219 while (local_count) { in hpi6000_dsp_block_write32()1220 if (local_count > c6711_burst_size) in hpi6000_dsp_block_write32()1223 xfer_size = local_count; in hpi6000_dsp_block_write32()1236 local_count -= xfer_size; in hpi6000_dsp_block_write32()1253 int local_count = count; in hpi6000_dsp_block_read32() local1257 while (local_count) { in hpi6000_dsp_block_read32()1258 if (local_count > c6711_burst_size) in hpi6000_dsp_block_read32()1261 xfer_size = local_count; in hpi6000_dsp_block_read32()1274 local_count -= xfer_size; in hpi6000_dsp_block_read32()
684 static int local_count; in type_c_detect_irq() local687 if (local_count++ > 10) { in type_c_detect_irq()690 local_count = 0; in type_c_detect_irq()