Searched refs:MMC_CARD_BUSY (Results 1 – 5 of 5) sorted by relevance
44 if (cmd.resp[1] & MMC_CARD_BUSY) in mmc_send_io_op_cond()47 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_io_op_cond()
143 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_app_op_cond()
188 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_op_cond()
190 #define MMC_CARD_BUSY 0x80000000 /* Card Power up status bit */ macro
250 if (resp & MMC_CARD_BUSY) in rsi_reset_card()