Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c42 #define MMC_SPI_CMD(x) (0x40 | (x & 0x3f)) macro
60 cmdo[1] = MMC_SPI_CMD(cmdidx); in mmc_spi_sendcmd()