Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Ddmatest.c157 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.4.14/drivers/usb/dwc2/
Dcore_intr.c419 u32 dsts; in dwc2_handle_usb_suspend_intr() local
429 dsts = dwc2_readl(hsotg->regs + DSTS); in dwc2_handle_usb_suspend_intr()
430 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", dsts); in dwc2_handle_usb_suspend_intr()
433 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr()
435 if ((dsts & DSTS_SUSPSTS) && hsotg->hw_params.power_optimized) { in dwc2_handle_usb_suspend_intr()
Dgadget.c1616 u32 dsts; in dwc2_hsotg_read_frameno() local
1618 dsts = dwc2_readl(hsotg->regs + DSTS); in dwc2_hsotg_read_frameno()
1619 dsts &= DSTS_SOFFN_MASK; in dwc2_hsotg_read_frameno()
1620 dsts >>= DSTS_SOFFN_SHIFT; in dwc2_hsotg_read_frameno()
1622 return dsts; in dwc2_hsotg_read_frameno()
2080 u32 dsts = dwc2_readl(hsotg->regs + DSTS); in dwc2_hsotg_irq_enumdone() local
2089 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone()
2098 switch (dsts & DSTS_ENUMSPD_MASK) { in dwc2_hsotg_irq_enumdone()
/linux-4.4.14/drivers/dma/ppc4xx/
Ddma.h129 u32 dsts; member
Dadma.c986 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()