Searched defs:gotgctl (Results 1 - 2 of 2) sorted by last modified time

/drivers/usb/dwc2/
H A Dcore_intr.c117 u32 gotgctl; local
121 gotgctl = readl(hsotg->regs + GOTGCTL);
129 gotgctl = readl(hsotg->regs + GOTGCTL);
138 if (gotgctl & GOTGCTL_DEVHNPEN) {
152 gotgctl = readl(hsotg->regs + GOTGCTL);
153 gotgctl &= ~GOTGCTL_DEVHNPEN;
154 writel(gotgctl, hsotg->regs + GOTGCTL);
160 gotgctl = readl(hsotg->regs + GOTGCTL);
161 if (gotgctl & GOTGCTL_SESREQSCS) {
168 gotgctl
[all...]
H A Dhcd.c1346 u32 gotgctl; local
1350 gotgctl = readl(hsotg->regs + GOTGCTL);
1351 dev_dbg(hsotg->dev, "gotgctl=%0x\n", gotgctl);
1352 dev_dbg(hsotg->dev, "gotgctl.b.conidsts=%d\n",
1353 !!(gotgctl & GOTGCTL_CONID_B));
1356 if (gotgctl & GOTGCTL_CONID_B) {
1434 u32 gotgctl; local
1441 gotgctl = readl(hsotg->regs + GOTGCTL);
1442 gotgctl |
[all...]

Completed in 67 milliseconds