Home
last modified time | relevance | path

Searched refs:has_lpm_erratum (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Ddwc3-uboot.h19 unsigned has_lpm_erratum; member
/external/u-boot/drivers/usb/dwc3/
Dcore.c652 dwc->has_lpm_erratum = dwc3_dev->has_lpm_erratum; in dwc3_uboot_init()
Dcore.h795 unsigned has_lpm_erratum:1; member
Dgadget.c2206 if (dwc->revision < DWC3_REVISION_240A && dwc->has_lpm_erratum) in dwc3_gadget_conndone_interrupt()
2209 if (dwc->has_lpm_erratum && dwc->revision >= DWC3_REVISION_240A) in dwc3_gadget_conndone_interrupt()