Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.h11 #define TMIO_SD_CMD_NOSTOP BIT(14) /* No automatic CMD12 issue */ macro
H A Dtmio-common.c435 tmp |= TMIO_SD_CMD_NOSTOP | TMIO_SD_CMD_DATA; in tmio_sd_send_cmd()