HomeSort by: relevance | last modified time | path
    Searched defs:gotgctl (Results 1 - 3 of 3) 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

Completed in 14 milliseconds