Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-tegra/tegra210/
A Dxusb-padctl.c202 #define XUSB_PADCTL_UPHY_PLL_P0_CTL2_CAL_DONE (1 << 1) macro
296 if (value & XUSB_PADCTL_UPHY_PLL_P0_CTL2_CAL_DONE) in pcie_phy_enable()
299 if (!(value & XUSB_PADCTL_UPHY_PLL_P0_CTL2_CAL_DONE)) { in pcie_phy_enable()
315 if ((value & XUSB_PADCTL_UPHY_PLL_P0_CTL2_CAL_DONE) == 0) in pcie_phy_enable()
318 if (value & XUSB_PADCTL_UPHY_PLL_P0_CTL2_CAL_DONE) { in pcie_phy_enable()

Completed in 3 milliseconds