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

/drivers/usb/dwc2/
H A Dhcd_ddma.c172 hcfg = readl(hsotg->regs + HCFG);
184 writel(hcfg, hsotg->regs + HCFG);
196 hcfg = readl(hsotg->regs + HCFG);
205 writel(hcfg, hsotg->regs + HCFG);
H A Dcore.c88 * Initializes the FSLSPClkSel field of the HCFG register depending on the
106 dev_dbg(hsotg->dev, "Initializing HCFG.FSLSPClkSel to %08x\n", val);
107 hcfg = readl(hsotg->regs + HCFG);
110 writel(hcfg, hsotg->regs + HCFG);
203 * Program DCFG.DevSpd or HCFG.FSLSPclkSel to 48Mhz in FS. Also
675 hcfg = readl(hsotg->regs + HCFG);
677 writel(hcfg, hsotg->regs + HCFG);
704 hcfg = readl(hsotg->regs + HCFG);
706 writel(hcfg, hsotg->regs + HCFG);
1818 addr = hsotg->regs + HCFG;
[all...]
H A Dhcd_intr.c275 hcfg = readl(hsotg->regs + HCFG);
284 "FS_PHY programming HCFG to 6 MHz\n");
289 writel(hcfg, hsotg->regs + HCFG);
295 "FS_PHY programming HCFG to 48 MHz\n");
300 writel(hcfg, hsotg->regs + HCFG);
H A Dhw.h628 #define HCFG HSOTG_REG(0x0400) macro
H A Dhcd.c2791 hcfg = readl(hsotg->regs + HCFG);

Completed in 160 milliseconds