Lines Matching full:dll
145 /* PHY DLL control settings */
147 #define PHY_DLL_CTRL_DISABLE 0x0 /* PHY DLL is enabled */
148 #define PHY_DLL_CTRL_ENABLE 0x1 /* PHY DLL is disabled */
150 /* PHY DLL configuration register 1 */
153 #define PHY_DLL_CNFG1_SLVDLY 0x2 /* DLL slave update delay input */
154 #define PHY_DLL_CNFG1_WAITCYCLE 0x5 /* DLL wait cycle input */
156 /* PHY DLL configuration register 2 */
158 #define PHY_DLL_CNFG2_JUMPSTEP 0xa /* DLL jump step input */
160 /* PHY DLL master and slave delay line configuration settings */
301 /* enable phy dll */ in dwcmshc_phy_1_8v_init()
348 /* enable phy dll */ in dwcmshc_phy_3_3v_init()
479 * Disable DLL and reset both of sample and drive clock. in dwcmshc_rk3568_set_clock()
480 * The bypass bit and start bit need to be set if DLL is not locked. in dwcmshc_rk3568_set_clock()
498 /* Reset DLL */ in dwcmshc_rk3568_set_clock()
512 /* Init DLL settings */ in dwcmshc_rk3568_set_clock()
521 dev_err(mmc_dev(host->mmc), "DLL lock timeout!\n"); in dwcmshc_rk3568_set_clock()
748 * cannot use DLL for this condition. in dwcmshc_rk35xx_postinit()