Home
last modified time | relevance | path

Searched refs:dsts (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/dma/
Ddmatest.c84 u8 **dsts; member
281 thread->dsts = kcalloc(dst_cnt+1, sizeof(u8 *), GFP_KERNEL); in dmatest_func()
282 if (!thread->dsts) in dmatest_func()
285 thread->dsts[i] = kmalloc(test_buf_size, GFP_KERNEL); in dmatest_func()
286 if (!thread->dsts[i]) in dmatest_func()
289 thread->dsts[i] = NULL; in dmatest_func()
337 dmatest_init_dsts(thread->dsts, dst_off, len); in dmatest_func()
347 dma_dsts[i] = dma_map_single(dev->dev, thread->dsts[i], in dmatest_func()
442 error_count += dmatest_verify(thread->dsts, 0, dst_off, in dmatest_func()
444 error_count += dmatest_verify(thread->dsts, dst_off, in dmatest_func()
[all …]
/linux-2.6.39/drivers/dma/ppc4xx/
Ddma.h129 u32 dsts; member
Dadma.c1222 rv = ioread32(&dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status()
1227 iowrite32(rv, &dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status()
4510 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c1526 u32 dsts; in s3c_hsotg_read_frameno() local
1528 dsts = readl(hsotg->regs + S3C_DSTS); in s3c_hsotg_read_frameno()
1529 dsts &= S3C_DSTS_SOFFN_MASK; in s3c_hsotg_read_frameno()
1530 dsts >>= S3C_DSTS_SOFFN_SHIFT; in s3c_hsotg_read_frameno()
1532 return dsts; in s3c_hsotg_read_frameno()
1879 u32 dsts = readl(hsotg->regs + S3C_DSTS); in s3c_hsotg_irq_enumdone() local
1886 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in s3c_hsotg_irq_enumdone()
1893 switch (dsts & S3C_DSTS_EnumSpd_MASK) { in s3c_hsotg_irq_enumdone()