Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c694 u8 lpm_nyet_threshold; in dwc3_uboot_init() local
716 lpm_nyet_threshold = 0xff; in dwc3_uboot_init()
729 if (dwc3_dev->lpm_nyet_threshold) in dwc3_uboot_init()
730 lpm_nyet_threshold = dwc3_dev->lpm_nyet_threshold; in dwc3_uboot_init()
758 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_uboot_init()
972 u8 lpm_nyet_threshold; in dwc3_of_parse() local
977 lpm_nyet_threshold = 0xff; in dwc3_of_parse()
994 lpm_nyet_threshold = *tmp; in dwc3_of_parse()
1032 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_of_parse()
H A Dcore.h811 u8 lpm_nyet_threshold; member
H A Dgadget.c2237 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()
/OK3568_Linux_fs/u-boot/include/
H A Ddwc3-uboot.h23 u8 lpm_nyet_threshold; member
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c1306 u8 lpm_nyet_threshold; in dwc3_get_properties() local
1318 lpm_nyet_threshold = 0xf; in dwc3_get_properties()
1358 &lpm_nyet_threshold); in dwc3_get_properties()
1437 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_get_properties()
H A Dcore.h1266 u8 lpm_nyet_threshold; member
H A Dgadget.c4263 reg |= DWC3_DCTL_NYET_THRES(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()