Home
last modified time | relevance | path

Searched refs:MMC_CARD_BUSY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dsdio_ops.c44 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()
H A Dsd_ops.c144 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_app_op_cond()
H A Dmmc_ops.c202 if (cmd->resp[0] & MMC_CARD_BUSY) { in __mmc_send_op_cond_cb()
/openbmc/linux/include/linux/mmc/
H A Dmmc.h206 #define MMC_CARD_BUSY 0x80000000 /* Card Power up status bit */ macro
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c244 if (resp & MMC_CARD_BUSY) in rsi_reset_card()