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

  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 370 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", DWC2_READ_4(hsotg, DSTS));
430 u32 dsts; local in function:dwc2_handle_usb_suspend_intr
443 dsts = DWC2_READ_4(hsotg, DSTS);
444 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", dsts);
446 "DSTS.Suspend Status=%d HWCFG4.Power Optimize=%d\n",
447 !!(dsts & DSTS_SUSPSTS),
449 if ((dsts & DSTS_SUSPSTS) && hsotg->hw_params.power_optimized)
    [all...]
dwc2_coreintr.c 370 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", DWC2_READ_4(hsotg, DSTS));
430 u32 dsts; local in function:dwc2_handle_usb_suspend_intr
443 dsts = DWC2_READ_4(hsotg, DSTS);
444 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", dsts);
446 "DSTS.Suspend Status=%d HWCFG4.Power Optimize=%d\n",
447 !!(dsts & DSTS_SUSPSTS),
449 if ((dsts & DSTS_SUSPSTS) && hsotg->hw_params.power_optimized)
    [all...]
dwc2_coreintr.c 370 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", DWC2_READ_4(hsotg, DSTS));
430 u32 dsts; local in function:dwc2_handle_usb_suspend_intr
443 dsts = DWC2_READ_4(hsotg, DSTS);
444 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", dsts);
446 "DSTS.Suspend Status=%d HWCFG4.Power Optimize=%d\n",
447 !!(dsts & DSTS_SUSPSTS),
449 if ((dsts & DSTS_SUSPSTS) && hsotg->hw_params.power_optimized)
    [all...]

Completed in 33 milliseconds