Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmvebu_mmc.c194 = mvebu_mmc_read(SDIO_RSP(resp_indx)); in mvebu_mmc_send_cmd()
212 = mvebu_mmc_read(SDIO_RSP(resp_indx)); in mvebu_mmc_send_cmd()
/OK3568_Linux_fs/u-boot/include/
H A Dmvebu_mmc.h38 #define SDIO_RSP(i) (0x020 + ((i)<<2)) macro