Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmvebu_mmc.c33 static u32 mvebu_mmc_read(u32 offs) in mvebu_mmc_read() function
47 ctrl_reg = mvebu_mmc_read(SDIO_HOST_CTRL); in mvebu_mmc_setup_data()
78 cmd->cmdidx, mvebu_mmc_read(SDIO_HW_STATE)); in mvebu_mmc_send_cmd()
89 if (!(mvebu_mmc_read(SDIO_HW_STATE) & CMD_FIFO_EMPTY)) { in mvebu_mmc_send_cmd()
94 hw_state = mvebu_mmc_read(SDIO_HW_STATE); in mvebu_mmc_send_cmd()
166 while (!((mvebu_mmc_read(SDIO_NOR_INTR_STATUS)) & waittype)) { in mvebu_mmc_send_cmd()
167 if (mvebu_mmc_read(SDIO_NOR_INTR_STATUS) & SDIO_NOR_ERROR) { in mvebu_mmc_send_cmd()
170 mvebu_mmc_read(SDIO_ERR_INTR_STATUS)); in mvebu_mmc_send_cmd()
171 if (mvebu_mmc_read(SDIO_ERR_INTR_STATUS) & in mvebu_mmc_send_cmd()
193 = mvebu_mmc_read(SDIO_RSP(resp_indx)); in mvebu_mmc_send_cmd()
[all …]