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

/drivers/usb/dwc2/
H A Dcore_intr.c342 u32 pcgcctl = readl(hsotg->regs + PCGCTL);
346 writel(pcgcctl, hsotg->regs + PCGCTL);
H A Dhcd.c1455 pcgctl = readl(hsotg->regs + PCGCTL);
1457 writel(pcgctl, hsotg->regs + PCGCTL);
1462 pcgctl = readl(hsotg->regs + PCGCTL);
1464 writel(pcgctl, hsotg->regs + PCGCTL);
1519 writel(0, hsotg->regs + PCGCTL);
1728 pcgctl = readl(hsotg->regs + PCGCTL);
1730 writel(pcgctl, hsotg->regs + PCGCTL);
1732 writel(0, hsotg->regs + PCGCTL);
H A Dhw.h596 #define PCGCTL HSOTG_REG(0x0e00) macro
H A Dcore.c670 writel(0, hsotg->regs + PCGCTL);
1962 addr = hsotg->regs + PCGCTL;
1963 dev_dbg(hsotg->dev, "PCGCTL @0x%08lX : 0x%08X\n",

Completed in 93 milliseconds