Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c695 u8 lpm_nyet_threshold; in dwc3_uboot_init() local
717 lpm_nyet_threshold = 0xff; in dwc3_uboot_init()
732 if (dwc3_dev->lpm_nyet_threshold) in dwc3_uboot_init()
733 lpm_nyet_threshold = dwc3_dev->lpm_nyet_threshold; in dwc3_uboot_init()
764 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_uboot_init()
978 u8 lpm_nyet_threshold; in dwc3_of_parse() local
983 lpm_nyet_threshold = 0xff; in dwc3_of_parse()
1000 lpm_nyet_threshold = *tmp; in dwc3_of_parse()
1038 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_of_parse()
H A Dcore.h811 u8 lpm_nyet_threshold; member
H A Dgadget.c2249 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()
/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h23 u8 lpm_nyet_threshold; member