Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmmc.h610 char op_cond_pending; /* 1 if we are waiting on an op_cond command */ member
/external/u-boot/drivers/mmc/
Dmmc.c653 mmc->op_cond_pending = 1; in mmc_send_op_cond()
664 mmc->op_cond_pending = 0; in mmc_complete_op_cond()
2611 if (mmc->op_cond_pending) in mmc_complete_init()