Lines Matching defs:gotgctl
1378 u32 gotgctl;
1383 gotgctl = DWC2_READ_4(hsotg, GOTGCTL);
1384 dev_dbg(hsotg->dev, "gotgctl=%0x\n", gotgctl);
1385 dev_dbg(hsotg->dev, "gotgctl.b.conidsts=%d\n",
1386 !!(gotgctl & GOTGCTL_CONID_B));
1389 if (gotgctl & GOTGCTL_CONID_B) {
1465 u32 gotgctl;
1472 gotgctl = DWC2_READ_4(hsotg, GOTGCTL);
1473 gotgctl |= GOTGCTL_HSTSETHNPEN;
1474 DWC2_WRITE_4(hsotg, GOTGCTL, gotgctl);