Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/usercustom/
H A Dddrphy_phyinit_usercustom_g_waitfwdone.c140 uint32_t fw_major_message; in ddrphy_phyinit_usercustom_g_waitfwdone() local
144 ret = get_major_message(&fw_major_message); in ddrphy_phyinit_usercustom_g_waitfwdone()
149 VERBOSE("fw_major_message = %x\n", (unsigned int)fw_major_message); in ddrphy_phyinit_usercustom_g_waitfwdone()
151 if (fw_major_message == FW_MAJ_MSG_START_STREAMING) { in ddrphy_phyinit_usercustom_g_waitfwdone()
172 } while ((fw_major_message != FW_MAJ_MSG_TRAINING_SUCCESS) && in ddrphy_phyinit_usercustom_g_waitfwdone()
173 (fw_major_message != FW_MAJ_MSG_TRAINING_FAILED)); in ddrphy_phyinit_usercustom_g_waitfwdone()
177 if (fw_major_message == FW_MAJ_MSG_TRAINING_FAILED) { in ddrphy_phyinit_usercustom_g_waitfwdone()