Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h622 char init_in_progress; /* 1 if we have done mmc_start_init() */ member
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2736 mmc->init_in_progress = 1; in mmc_start_init()
2745 mmc->init_in_progress = 0; in mmc_complete_init()
2772 if (!mmc->init_in_progress) in mmc_init()