Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c149 status = (cmd->response[0] & MMC_STATUS_CURR_STATE) >> 9; in mmc_trace_state()
181 (cmd.response[0] & MMC_STATUS_CURR_STATE) != in mmc_send_status()
730 busy = (cmd.response[0] & MMC_STATUS_CURR_STATE) == in mmc_poll_for_busy()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h136 #define MMC_STATUS_CURR_STATE (0xf << 9) macro