Home
last modified time | relevance | path

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

/linux/sound/pci/asihpi/
H A Dhpi6000.c1220 int local_count = count; in hpi6000_dsp_block_write32()
1224 while (local_count) { in hpi6000_dsp_block_write32()
1225 if (local_count > c6711_burst_size) in hpi6000_dsp_block_write32()
1228 xfer_size = local_count; in hpi6000_dsp_block_write32()
1241 local_count -= xfer_size; in hpi6000_dsp_block_write32()
1258 int local_count = count; in hpi6000_dsp_block_read32()
1262 while (local_count) { in hpi6000_dsp_block_read32()
1263 if (local_count > c6711_burst_size) in hpi6000_dsp_block_read32()
1266 xfer_size = local_count; in hpi6000_dsp_block_read32()
1279 local_count in hpi6000_dsp_block_read32()
1215 int local_count = count; hpi6000_dsp_block_write32() local
1253 int local_count = count; hpi6000_dsp_block_read32() local
[all...]
/linux/drivers/extcon/
H A Dextcon-rtk-type-c.c684 static int local_count; in type_c_detect_irq() local
687 if (local_count++ > 10) { in type_c_detect_irq()
690 local_count = 0; in type_c_detect_irq()