Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddwc3-uboot.h19 unsigned has_lpm_erratum; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c652 dwc->has_lpm_erratum = dwc3_dev->has_lpm_erratum; in dwc3_uboot_init()
H A Dcore.h795 unsigned has_lpm_erratum:1; member
H A Dgadget.c2205 if (dwc->revision < DWC3_REVISION_240A && dwc->has_lpm_erratum) in dwc3_gadget_conndone_interrupt()
2208 if (dwc->has_lpm_erratum && dwc->revision >= DWC3_REVISION_240A) in dwc3_gadget_conndone_interrupt()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h1077 * @has_lpm_erratum: true when core was configured with LPM Erratum. Note that
1316 unsigned has_lpm_erratum:1; member
H A Dgadget.c4242 WARN_ONCE(DWC3_VER_IS_PRIOR(DWC3, 240A) && dwc->has_lpm_erratum, in dwc3_gadget_conndone_interrupt()
4245 if (dwc->has_lpm_erratum && !DWC3_VER_IS_PRIOR(DWC3, 240A)) { in dwc3_gadget_conndone_interrupt()
H A Dcore.c1557 dwc->has_lpm_erratum = device_property_read_bool(dev, in dwc3_get_properties()