Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c193 = mvebu_mmc_read(SDIO_RSP(resp_indx)); in mvebu_mmc_send_cmd()
211 = mvebu_mmc_read(SDIO_RSP(resp_indx)); in mvebu_mmc_send_cmd()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h37 #define SDIO_RSP(i) (0x020 + ((i)<<2)) macro