HomeSort by: relevance | last modified time | path
    Searched defs:otgctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 901 u32 usbcfg, otgctl; local in function:dwc2_core_init
953 otgctl = DWC2_READ_4(hsotg, GOTGCTL);
954 otgctl &= ~GOTGCTL_OTGVER;
956 otgctl |= GOTGCTL_OTGVER;
957 DWC2_WRITE_4(hsotg, GOTGCTL, otgctl);
1158 u32 hcfg, hfir, otgctl; local in function:dwc2_core_host_init
1208 otgctl = DWC2_READ_4(hsotg, GOTGCTL);
1209 otgctl &= ~GOTGCTL_HSTSETHNPEN;
1210 DWC2_WRITE_4(hsotg, GOTGCTL, otgctl);
1217 otgctl = DWC2_READ_4(hsotg, GOTGCTL)
    [all...]
dwc2_core.c 901 u32 usbcfg, otgctl; local in function:dwc2_core_init
953 otgctl = DWC2_READ_4(hsotg, GOTGCTL);
954 otgctl &= ~GOTGCTL_OTGVER;
956 otgctl |= GOTGCTL_OTGVER;
957 DWC2_WRITE_4(hsotg, GOTGCTL, otgctl);
1158 u32 hcfg, hfir, otgctl; local in function:dwc2_core_host_init
1208 otgctl = DWC2_READ_4(hsotg, GOTGCTL);
1209 otgctl &= ~GOTGCTL_HSTSETHNPEN;
1210 DWC2_WRITE_4(hsotg, GOTGCTL, otgctl);
1217 otgctl = DWC2_READ_4(hsotg, GOTGCTL)
    [all...]

Completed in 23 milliseconds