Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.h39 #define TMIO_SD_INFO2_CBSY BIT(14) /* command busy */ macro
H A Dtmio-common.c412 if (tmio_sd_readl(priv, TMIO_SD_INFO2) & TMIO_SD_INFO2_CBSY) { in tmio_sd_send_cmd()