Searched refs:GAHBCFG (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/dwc2/
H A Dcore_intr.c436 gahbcfg = readl(hsotg->regs + GAHBCFG);
H A Dcore.c318 u32 ahbcfg = readl(hsotg->regs + GAHBCFG);
357 writel(ahbcfg, hsotg->regs + GAHBCFG);
442 /* Program the GAHBCFG Register */
1895 addr = hsotg->regs + GAHBCFG;
1896 dev_dbg(hsotg->dev, "GAHBCFG @0x%08lX : 0x%08X\n",
2848 u32 ahbcfg = readl(hsotg->regs + GAHBCFG);
2851 writel(ahbcfg, hsotg->regs + GAHBCFG);
2862 u32 ahbcfg = readl(hsotg->regs + GAHBCFG);
2865 writel(ahbcfg, hsotg->regs + GAHBCFG);
H A Dgadget.c1901 /* FIFO has space or is empty (see GAHBCFG) */
2162 hsotg->regs + GAHBCFG);
2167 hsotg->regs + GAHBCFG);
2857 hsotg->regs + GAHBCFG);
3095 dev_info(dev, "GAHBCFG=0x%08x, 0x44=0x%08x\n",
3096 readl(regs + GAHBCFG), readl(regs + 0x44));
H A Dhw.h66 #define GAHBCFG HSOTG_REG(0x008) macro
H A Dhcd.c2718 ahbcfg = readl(hsotg->regs + GAHBCFG);
2722 writel(ahbcfg, hsotg->regs + GAHBCFG);

Completed in 66 milliseconds