Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A 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()
H A Dcore.h788 u8 lpm_nyet_threshold; member
H A Dgadget.c2209 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()
/openbmc/u-boot/include/
H A Ddwc3-uboot.h20 u8 lpm_nyet_threshold; member
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1511 u8 lpm_nyet_threshold; in dwc3_get_properties()
1525 lpm_nyet_threshold = 0xf; in dwc3_get_properties()
1560 &lpm_nyet_threshold); in dwc3_get_properties()
1657 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_get_properties()
1496 u8 lpm_nyet_threshold; dwc3_get_properties() local
H A Dcore.h1058 * @lpm_nyet_threshold: LPM NYET response threshold
1295 u8 lpm_nyet_threshold; member
H A Dgadget.c4247 reg |= DWC3_DCTL_NYET_THRES(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()