Searched refs:dwc3_dev (Results 1 – 1 of 1) sorted by relevance
616 int dwc3_uboot_init(struct dwc3_device *dwc3_dev) in dwc3_uboot_init() argument636 dwc->regs = (void *)(uintptr_t)(dwc3_dev->base + in dwc3_uboot_init()651 dwc->maximum_speed = dwc3_dev->maximum_speed; in dwc3_uboot_init()652 dwc->has_lpm_erratum = dwc3_dev->has_lpm_erratum; in dwc3_uboot_init()653 if (dwc3_dev->lpm_nyet_threshold) in dwc3_uboot_init()656 if (dwc3_dev->hird_threshold) in dwc3_uboot_init()657 hird_threshold = dwc3_dev->hird_threshold; in dwc3_uboot_init()660 dwc->dr_mode = dwc3_dev->dr_mode; in dwc3_uboot_init()674 if (dwc3_dev->tx_de_emphasis) in dwc3_uboot_init()675 tx_de_emphasis = dwc3_dev->tx_de_emphasis; in dwc3_uboot_init()[all …]