Searched refs:pcgctl (Results 1 - 1 of 1) sorted by last modified time

/drivers/usb/dwc2/
H A Dhcd.c1433 u32 pcgctl; local
1455 pcgctl = readl(hsotg->regs + PCGCTL);
1456 pcgctl |= PCGCTL_STOPPCLK;
1457 writel(pcgctl, hsotg->regs + PCGCTL);
1462 pcgctl = readl(hsotg->regs + PCGCTL);
1463 pcgctl &= ~PCGCTL_STOPPCLK;
1464 writel(pcgctl, hsotg->regs + PCGCTL);
1483 u32 pcgctl; local
1728 pcgctl = readl(hsotg->regs + PCGCTL);
1729 pcgctl
[all...]

Completed in 58 milliseconds