Searched refs:dsts (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/dma/ |
D | dmatest.c | 157 u8 **dsts; member 462 thread->dsts = kcalloc(dst_cnt+1, sizeof(u8 *), GFP_KERNEL); in dmatest_func() 463 if (!thread->dsts) in dmatest_func() 466 thread->dsts[i] = kmalloc(params->buf_size, GFP_KERNEL); in dmatest_func() 467 if (!thread->dsts[i]) in dmatest_func() 470 thread->dsts[i] = NULL; in dmatest_func() 485 dma_addr_t *dsts; in dmatest_func() local 528 dmatest_init_dsts(thread->dsts, dst_off, len, in dmatest_func() 561 dsts = &um->addr[src_cnt]; in dmatest_func() 563 void *buf = thread->dsts[i]; in dmatest_func() [all …]
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | core_intr.c | 399 u32 dsts; in dwc2_handle_usb_suspend_intr() local 408 dsts = readl(hsotg->regs + DSTS); in dwc2_handle_usb_suspend_intr() 409 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", dsts); in dwc2_handle_usb_suspend_intr() 412 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr()
|
D | gadget.c | 1591 u32 dsts; in s3c_hsotg_read_frameno() local 1593 dsts = readl(hsotg->regs + DSTS); in s3c_hsotg_read_frameno() 1594 dsts &= DSTS_SOFFN_MASK; in s3c_hsotg_read_frameno() 1595 dsts >>= DSTS_SOFFN_SHIFT; in s3c_hsotg_read_frameno() 1597 return dsts; in s3c_hsotg_read_frameno() 2059 u32 dsts = readl(hsotg->regs + DSTS); in s3c_hsotg_irq_enumdone() local 2068 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in s3c_hsotg_irq_enumdone() 2077 switch (dsts & DSTS_ENUMSPD_MASK) { in s3c_hsotg_irq_enumdone()
|
/linux-4.1.27/drivers/dma/ppc4xx/ |
D | dma.h | 129 u32 dsts; member
|
D | adma.c | 986 rv = ioread32(&dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status() 991 iowrite32(rv, &dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status() 4137 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()
|