Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dcore.c616 int dwc3_uboot_init(struct dwc3_device *dwc3_dev) in dwc3_uboot_init() argument
636 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()
654 lpm_nyet_threshold = dwc3_dev->lpm_nyet_threshold; in dwc3_uboot_init()
655 dwc->is_utmi_l1_suspend = dwc3_dev->is_utmi_l1_suspend; 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()
659 dwc->needs_fifo_resize = dwc3_dev->tx_fifo_resize; in dwc3_uboot_init()
[all …]