Searched refs:local_count (Results 1 – 9 of 9) 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()
249 if (mem_data->local_count > IPA_MEM_COUNT) { in ipa_mem_valid()251 mem_data->local_count, IPA_MEM_COUNT); in ipa_mem_valid()255 for (i = 0; i < mem_data->local_count; i++) { in ipa_mem_valid()621 ipa->mem_count = mem_data->local_count; in ipa_mem_init()
247 u32 local_count; member
334 .local_count = ARRAY_SIZE(ipa_mem_local_data),
361 .local_count = ARRAY_SIZE(ipa_mem_local_data),
368 .local_count = ARRAY_SIZE(ipa_mem_local_data),
412 .local_count = ARRAY_SIZE(ipa_mem_local_data),
410 .local_count = ARRAY_SIZE(ipa_mem_local_data),
487 .local_count = ARRAY_SIZE(ipa_mem_local_data),
Completed in 12 milliseconds