Searched refs:local_count (Results 1 – 5 of 5) 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()
461 if (mem_data->local_count > IPA_MEM_COUNT) { in ipa_mem_init()463 mem_data->local_count, IPA_MEM_COUNT); in ipa_mem_init()491 ipa->mem_count = mem_data->local_count; in ipa_mem_init()
251 u32 local_count; member
300 .local_count = ARRAY_SIZE(ipa_mem_local_data),
320 .local_count = ARRAY_SIZE(ipa_mem_local_data),