Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/marvell/
H A Dcomphy_a3700.c226 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_pcie_power_up()
300 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_sata_power_up()
439 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_usb3_power_up()
520 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_usb2_power_up()
529 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_usb2_power_up()
538 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_usb2_power_up()
547 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_usb2_power_up()
799 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_sgmii_power_up()
824 PLL_LOCK_TIMEOUT, /* timeout */ in comphy_sgmii_power_up()
H A Dcomphy_a3700.h17 #define PLL_LOCK_TIMEOUT 1000 macro
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h525 #define PLL_LOCK_TIMEOUT 10 macro
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_edp.c124 if (get_timer(start) > PLL_LOCK_TIMEOUT) { in rk_edp_init_analog_func()