Home
last modified time | relevance | path

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

/u-boot/drivers/usb/dwc3/
A Dcore.c679 u8 lpm_nyet_threshold; in dwc3_uboot_init() local
699 lpm_nyet_threshold = 0xff; in dwc3_uboot_init()
712 if (dwc3_dev->lpm_nyet_threshold) in dwc3_uboot_init()
713 lpm_nyet_threshold = dwc3_dev->lpm_nyet_threshold; in dwc3_uboot_init()
744 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_uboot_init()
892 u8 lpm_nyet_threshold; in dwc3_of_parse() local
897 lpm_nyet_threshold = 0xff; in dwc3_of_parse()
914 lpm_nyet_threshold = *tmp; in dwc3_of_parse()
956 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_of_parse()
A Dcore.h813 u8 lpm_nyet_threshold; member
A Dgadget.c2216 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()
/u-boot/include/
A Ddwc3-uboot.h23 u8 lpm_nyet_threshold; member

Completed in 13 milliseconds