Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h22 unsigned has_lpm_erratum; member
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c731 dwc->has_lpm_erratum = dwc3_dev->has_lpm_erratum; in dwc3_uboot_init()
996 dwc->has_lpm_erratum = dev_read_bool(dev, in dwc3_of_parse()
H A Dcore.h818 unsigned has_lpm_erratum:1; member
H A Dgadget.c2245 if (dwc->revision < DWC3_REVISION_240A && dwc->has_lpm_erratum) in dwc3_gadget_conndone_interrupt()
2248 if (dwc->has_lpm_erratum && dwc->revision >= DWC3_REVISION_240A) in dwc3_gadget_conndone_interrupt()