Searched refs:local_count (Results 1 – 10 of 10) 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() local1258 while (local_count) { in hpi6000_dsp_block_read32()1259 if (local_count > c6711_burst_size) in hpi6000_dsp_block_read32()1262 xfer_size = local_count; in hpi6000_dsp_block_read32()1275 local_count -= xfer_size; in hpi6000_dsp_block_read32()
261 if (mem_data->local_count > IPA_MEM_COUNT) { in ipa_mem_valid()263 mem_data->local_count, IPA_MEM_COUNT); in ipa_mem_valid()267 for (i = 0; i < mem_data->local_count; i++) { in ipa_mem_valid()628 ipa->mem_count = mem_data->local_count; in ipa_mem_init()
187 u32 local_count; member
338 .local_count = ARRAY_SIZE(ipa_mem_local_data),
365 .local_count = ARRAY_SIZE(ipa_mem_local_data),
358 .local_count = ARRAY_SIZE(ipa_mem_local_data),
372 .local_count = ARRAY_SIZE(ipa_mem_local_data),
416 .local_count = ARRAY_SIZE(ipa_mem_local_data),
414 .local_count = ARRAY_SIZE(ipa_mem_local_data),
491 .local_count = ARRAY_SIZE(ipa_mem_local_data),
Completed in 12 milliseconds