Lines Matching refs:mvebu_mmc_read
34 static u32 mvebu_mmc_read(u32 offs) in mvebu_mmc_read() function
48 ctrl_reg = mvebu_mmc_read(SDIO_HOST_CTRL); in mvebu_mmc_setup_data()
79 cmd->cmdidx, mvebu_mmc_read(SDIO_HW_STATE)); in mvebu_mmc_send_cmd()
90 if (!(mvebu_mmc_read(SDIO_HW_STATE) & CMD_FIFO_EMPTY)) { in mvebu_mmc_send_cmd()
95 hw_state = mvebu_mmc_read(SDIO_HW_STATE); in mvebu_mmc_send_cmd()
167 while (!((mvebu_mmc_read(SDIO_NOR_INTR_STATUS)) & waittype)) { in mvebu_mmc_send_cmd()
168 if (mvebu_mmc_read(SDIO_NOR_INTR_STATUS) & SDIO_NOR_ERROR) { in mvebu_mmc_send_cmd()
171 mvebu_mmc_read(SDIO_ERR_INTR_STATUS)); in mvebu_mmc_send_cmd()
172 if (mvebu_mmc_read(SDIO_ERR_INTR_STATUS) & in mvebu_mmc_send_cmd()
194 = 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()
234 if (mvebu_mmc_read(SDIO_ERR_INTR_STATUS) & in mvebu_mmc_send_cmd()
284 ctrl_reg = mvebu_mmc_read(SDIO_HOST_CTRL); in mvebu_mmc_set_bus()