Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h621 char op_cond_pending; /* 1 if we are waiting on an op_cond command */ member
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c655 mmc->op_cond_pending = 1; in mmc_send_op_cond()
666 mmc->op_cond_pending = 0; in mmc_complete_op_cond()
2746 if (mmc->op_cond_pending) in mmc_complete_init()