[go: nahoru, domu]

Searched defs:srcs (Results 1 - 4 of 4) sorted by relevance

/drivers/dma/
H A Ddmatest.c156 u8 **srcs; member in struct:dmatest_thread
453 thread->srcs = kcalloc(src_cnt+1, sizeof(u8 *), GFP_KERNEL);
454 if (!thread->srcs)
457 thread->srcs[i] = kmalloc(params->buf_size, GFP_KERNEL);
458 if (!thread->srcs[i])
461 thread->srcs[i] = NULL;
485 dma_addr_t srcs[src_cnt]; local
520 dmatest_init_srcs(thread->srcs, src_off, len,
542 void *buf = thread->srcs[i];
548 srcs[
[all...]
H A Dqcom_bam_dma.c625 u32 i, srcs, pipe_stts; local
629 srcs = readl_relaxed(bdev->regs + BAM_IRQ_SRCS_EE(bdev->ee));
632 if (!(srcs & P_IRQ))
633 return srcs;
638 if (!(srcs & BIT(i)))
675 return srcs;
688 u32 clr_mask = 0, srcs = 0; local
690 srcs |= process_channel_irqs(bdev);
693 if (srcs & P_IRQ)
696 if (srcs
[all...]
/drivers/dma/ppc4xx/
H A Dadma.c830 static int ppc440spe_dma2_pq_slot_count(dma_addr_t *srcs, argument
838 dma_addr_t cur_addr = srcs[i];
839 dma_addr_t old_addr = srcs[i-1];
895 pr_err("\t[%d] 0x%llx \n", i, srcs[i]);
1269 static int ppc440spe_can_rxor(struct page **srcs, int src_cnt, size_t len) argument
1281 if (!srcs[i])
1283 ppc440spe_rxor_srcs[idx++] = srcs[i];
/drivers/md/
H A Draid5.c1154 * @srcs - (struct page *) array of size sh->disks
1157 * Populates srcs in proper layout order for the stripe and returns the
1159 * destination buffer is recorded in srcs[count] and the Q destination
1160 * is recorded in srcs[count+1]].
1162 static int set_syndrome_sources(struct page **srcs, struct stripe_head *sh) argument
1171 srcs[i] = NULL;
1178 srcs[slot] = sh->dev[i].page;
1625 struct page **srcs = percpu->scribble; local
1632 count = set_syndrome_sources(srcs, sh);
1634 srcs[coun
[all...]

Completed in 80 milliseconds