HomeSort by: relevance | last modified time | path
    Searched refs:gotgctl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 128 u32 gotgctl; local in function:dwc2_handle_otg_intr
132 gotgctl = DWC2_READ_4(hsotg, GOTGCTL);
140 gotgctl = DWC2_READ_4(hsotg, GOTGCTL);
152 if (gotgctl & GOTGCTL_DEVHNPEN) {
166 gotgctl = DWC2_READ_4(hsotg, GOTGCTL);
167 gotgctl &= ~GOTGCTL_DEVHNPEN;
168 DWC2_WRITE_4(hsotg, GOTGCTL, gotgctl)
    [all...]
dwc2_hcd.c 1378 u32 gotgctl; local in function:dwc2_conn_id_status_change
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; local in function:dwc2_port_suspend
1472 gotgctl = DWC2_READ_4(hsotg, GOTGCTL)
    [all...]
dwc2_core.h 478 * @gotgctl: Backup of GOTGCTL register
491 u32 gotgctl; member in struct:dwc2_gregs_backup
dwc2_core.c 267 gr->gotgctl = DWC2_READ_4(hsotg, GOTGCTL);
306 DWC2_WRITE_4(hsotg, GOTGCTL, gr->gotgctl);
952 /* Program the GOTGCTL register */
953 otgctl = DWC2_READ_4(hsotg, GOTGCTL);
957 DWC2_WRITE_4(hsotg, GOTGCTL, otgctl);
1208 otgctl = DWC2_READ_4(hsotg, GOTGCTL);
1210 DWC2_WRITE_4(hsotg, GOTGCTL, otgctl);
1217 otgctl = DWC2_READ_4(hsotg, GOTGCTL);
    [all...]

Completed in 15 milliseconds