Searched refs:MMC_CARD_BUSY (Results 1 – 5 of 5) sorted by relevance
50 if (cmd.resp[1] & MMC_CARD_BUSY) in mmc_send_io_op_cond()53 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_io_op_cond()
178 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_app_op_cond()
208 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_op_cond()
225 #define MMC_CARD_BUSY 0x80000000 /* Card Power up status bit */ macro
245 if (resp & MMC_CARD_BUSY) in rsi_reset_card()