Searched refs:dsts (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/dwc2/ |
| A D | core_intr.c | 516 u32 dsts; in dwc2_handle_usb_suspend_intr() local 529 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr() 530 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr() 533 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr() 543 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
|
| A D | gadget.c | 707 u32 dsts; in dwc2_hsotg_read_frameno() local 709 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_read_frameno() 710 dsts &= DSTS_SOFFN_MASK; in dwc2_hsotg_read_frameno() 711 dsts >>= DSTS_SOFFN_SHIFT; in dwc2_hsotg_read_frameno() 713 return dsts; in dwc2_hsotg_read_frameno() 3202 u32 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_irq_enumdone() local 3211 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone() 3220 switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) { in dwc2_hsotg_irq_enumdone()
|
| /drivers/dma/ |
| A D | dmatest.c | 701 dma_addr_t *dsts; in dmatest_func() local 776 dsts = &um->addr[src->cnt]; in dmatest_func() 782 dsts[i] = dma_map_page(dma_dev, pg, pg_off, um->len, in dmatest_func() 784 ret = dma_mapping_error(dma_dev, dsts[i]); in dmatest_func() 795 dsts[0] + dst->off, in dmatest_func() 799 dsts[0] + dst->off, in dmatest_func() 804 dsts[0] + dst->off, in dmatest_func() 809 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
|
| /drivers/dma/ppc4xx/ |
| A D | dma.h | 126 u32 dsts; member
|
| A 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() 4118 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()
|
| /drivers/mmc/host/ |
| A D | loongson2-mmc.c | 412 u32 dsts, imsk; in loongson2_mmc_irq() local 415 regmap_read(host->regmap, LOONGSON2_MMC_REG_DSTS, &dsts); in loongson2_mmc_irq() 417 if ((dsts & LOONGSON2_MMC_DSTS_IRQ) && in loongson2_mmc_irq()
|
Completed in 29 milliseconds