Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmtk-sd.c91 #define SDC_STS_SDCBUSY BIT(0) macro
/openbmc/linux/drivers/mmc/host/
H A Dmtk-sd.c202 #define SDC_STS_SDCBUSY BIT(0) /* RW */ macro
1276 !(val & SDC_STS_SDCBUSY), 1, 20000); in msdc_cmd_is_ready()