Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.h17 #define TMIO_SD_CMD_RSP_NONE (3 << 8)/* response: none */ macro
H A Dtmio-common.c452 tmp |= TMIO_SD_CMD_RSP_NONE; in tmio_sd_send_cmd()