Home
last modified time | relevance | path

Searched refs:init_in_progress (Results 1 – 4 of 4) 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()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c741 if (pi->init_in_progress) in wlc_phy_init()
744 pi->init_in_progress = true; in wlc_phy_init()
786 pi->init_in_progress = false; in wlc_phy_init()
H A Dphy_int.h555 bool init_in_progress; member