Lines Matching defs:gotgctl
3136 u32 gotgctl;
3141 gotgctl = dwc2_readl(hsotg, GOTGCTL);
3142 dev_dbg(hsotg->dev, "gotgctl=%0x\n", gotgctl);
3143 dev_dbg(hsotg->dev, "gotgctl.b.conidsts=%d\n",
3144 !!(gotgctl & GOTGCTL_CONID_B));
3147 if (gotgctl & GOTGCTL_CONID_B) {
3167 gotgctl = dwc2_readl(hsotg, GOTGCTL);
3168 if (!(gotgctl & GOTGCTL_CONID_B))
3269 u32 gotgctl;
3277 gotgctl = dwc2_readl(hsotg, GOTGCTL);
3278 gotgctl |= GOTGCTL_HSTSETHNPEN;
3279 dwc2_writel(hsotg, gotgctl, GOTGCTL);
4634 if (gr->gotgctl & GOTGCTL_CURMODE_HOST)