Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dcore.c620 u8 lpm_nyet_threshold; in dwc3_uboot_init() local
640 lpm_nyet_threshold = 0xff; in dwc3_uboot_init()
653 if (dwc3_dev->lpm_nyet_threshold) in dwc3_uboot_init()
654 lpm_nyet_threshold = dwc3_dev->lpm_nyet_threshold; in dwc3_uboot_init()
681 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_uboot_init()
Dcore.h788 u8 lpm_nyet_threshold; member
Dgadget.c2210 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()
/external/u-boot/include/
Ddwc3-uboot.h20 u8 lpm_nyet_threshold; member