Lines Matching defs:gotgctl
3171 u32 gotgctl;
3176 gotgctl = dwc2_readl(hsotg, GOTGCTL);
3177 dev_dbg(hsotg->dev, "gotgctl=%0x\n", gotgctl);
3178 dev_dbg(hsotg->dev, "gotgctl.b.conidsts=%d\n",
3179 !!(gotgctl & GOTGCTL_CONID_B));
3182 if (gotgctl & GOTGCTL_CONID_B) {
3202 gotgctl = dwc2_readl(hsotg, GOTGCTL);
3203 if (!(gotgctl & GOTGCTL_CONID_B))
3286 u32 gotgctl;
3293 gotgctl = dwc2_readl(hsotg, GOTGCTL);
3294 gotgctl |= GOTGCTL_HSTSETHNPEN;
3295 dwc2_writel(hsotg, gotgctl, GOTGCTL);