Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/cadence/
H A Dcdns_sdmmc.h27 #define SDHC_PHY_INIT_COMPLETE BIT(1) macro
/rk3399_ARM-atf/drivers/cadence/emmc/
H A Dcdns_sdmmc.c199 } while ((value & SDHC_PHY_INIT_COMPLETE) != SDHC_PHY_INIT_COMPLETE); in cdns_program_phy_reg()