Lines Matching refs:dwc3_dev

691 int dwc3_uboot_init(struct dwc3_device *dwc3_dev)  in dwc3_uboot_init()  argument
713 dwc->regs = (void *)(uintptr_t)(dwc3_dev->base + in dwc3_uboot_init()
730 dwc->maximum_speed = dwc3_dev->maximum_speed; in dwc3_uboot_init()
731 dwc->has_lpm_erratum = dwc3_dev->has_lpm_erratum; 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()
734 dwc->is_utmi_l1_suspend = dwc3_dev->is_utmi_l1_suspend; in dwc3_uboot_init()
735 if (dwc3_dev->hird_threshold) in dwc3_uboot_init()
736 hird_threshold = dwc3_dev->hird_threshold; in dwc3_uboot_init()
738 dwc->needs_fifo_resize = dwc3_dev->tx_fifo_resize; in dwc3_uboot_init()
739 dwc->dr_mode = dwc3_dev->dr_mode; in dwc3_uboot_init()
741 dwc->disable_scramble_quirk = dwc3_dev->disable_scramble_quirk; in dwc3_uboot_init()
742 dwc->u2exit_lfps_quirk = dwc3_dev->u2exit_lfps_quirk; in dwc3_uboot_init()
743 dwc->u2ss_inp3_quirk = dwc3_dev->u2ss_inp3_quirk; in dwc3_uboot_init()
744 dwc->req_p1p2p3_quirk = dwc3_dev->req_p1p2p3_quirk; in dwc3_uboot_init()
745 dwc->del_p1p2p3_quirk = dwc3_dev->del_p1p2p3_quirk; in dwc3_uboot_init()
746 dwc->del_phy_power_chg_quirk = dwc3_dev->del_phy_power_chg_quirk; in dwc3_uboot_init()
747 dwc->lfps_filter_quirk = dwc3_dev->lfps_filter_quirk; in dwc3_uboot_init()
748 dwc->rx_detect_poll_quirk = dwc3_dev->rx_detect_poll_quirk; in dwc3_uboot_init()
749 dwc->dis_u3_susphy_quirk = dwc3_dev->dis_u3_susphy_quirk; in dwc3_uboot_init()
750 dwc->dis_u2_susphy_quirk = dwc3_dev->dis_u2_susphy_quirk; in dwc3_uboot_init()
751 dwc->dis_u1u2_quirk = dwc3_dev->dis_u2_susphy_quirk; in dwc3_uboot_init()
753 dwc->tx_de_emphasis_quirk = dwc3_dev->tx_de_emphasis_quirk; in dwc3_uboot_init()
754 if (dwc3_dev->tx_de_emphasis) in dwc3_uboot_init()
755 tx_de_emphasis = dwc3_dev->tx_de_emphasis; in dwc3_uboot_init()
770 dwc->hsphy_mode = dwc3_dev->hsphy_mode; in dwc3_uboot_init()
772 dwc->index = dwc3_dev->index; in dwc3_uboot_init()
774 if (dwc3_dev->usb2_phyif_utmi_width) in dwc3_uboot_init()
775 dwc->usb2_phyif_utmi_width = dwc3_dev->usb2_phyif_utmi_width; in dwc3_uboot_init()