Searched refs:HCDMA (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/dwc2/
H A Dhw.h768 #define HCDMA(_ch) HSOTG_REG(0x0514 + 0x20 * (_ch)) macro
H A Dcore.c1484 writel((u32)dma_addr, hsotg->regs + HCDMA(chan->hc_num));
1486 dev_vdbg(hsotg->dev, "Wrote %08lx to HCDMA(%d)\n",
1543 * Initializes HCDMA register with descriptor list address and CTD value then
1583 writel(hc_dma, hsotg->regs + HCDMA(chan->hc_num));
1585 dev_vdbg(hsotg->dev, "Wrote %08x to HCDMA(%d)\n",
1863 addr = hsotg->regs + HCDMA(i);
1864 dev_dbg(hsotg->dev, "HCDMA @0x%08lX : 0x%08X\n",
H A Dhcd_intr.c1475 hc_dma = readl(hsotg->regs + HCDMA(chnum));
H A Dhcd.c86 hc_dma = readl(hsotg->regs + HCDMA(chan->hc_num));

Completed in 85 milliseconds