Searched refs:dsts (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/dwc2/ |
D | core_intr.c | 507 u32 dsts; in dwc2_handle_usb_suspend_intr() local 520 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr() 521 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr() 524 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr() 534 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
|
D | gadget.c | 708 u32 dsts; in dwc2_hsotg_read_frameno() local 710 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_read_frameno() 711 dsts &= DSTS_SOFFN_MASK; in dwc2_hsotg_read_frameno() 712 dsts >>= DSTS_SOFFN_SHIFT; in dwc2_hsotg_read_frameno() 714 return dsts; in dwc2_hsotg_read_frameno() 3199 u32 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_irq_enumdone() local 3208 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone() 3217 switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) { in dwc2_hsotg_irq_enumdone()
|
/drivers/dma/ |
D | dmatest.c | 688 dma_addr_t *dsts; in dmatest_func() local 763 dsts = &um->addr[src->cnt]; in dmatest_func() 769 dsts[i] = dma_map_page(dma_dev, pg, pg_off, um->len, in dmatest_func() 771 ret = dma_mapping_error(dma_dev, dsts[i]); in dmatest_func() 782 dsts[0] + dst->off, in dmatest_func() 786 dsts[0] + dst->off, in dmatest_func() 791 dsts[0] + dst->off, in dmatest_func() 796 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
|
/drivers/dma/ppc4xx/ |
D | dma.h | 129 u32 dsts; member
|
D | adma.c | 972 rv = ioread32(&dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status() 977 iowrite32(rv, &dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status() 4119 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()
|