Searched refs:mmc_wait_for_req (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | mmc.c | 154 if (mmc_wait_for_req(card->host, &mrq)) { in mmc_send_extcsd() 299 if (mmc_wait_for_req(card->host, &mrq)) { in sdmmc_stream_write()
|
| A D | core.c | 66 int32_t mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req() function 90 return mmc_wait_for_req(host, &mrq); in mmc_wait_for_cmd() 267 if (mmc_wait_for_req(card->host, &mrq)) { in mmc_sd_switch() 377 err = mmc_wait_for_req(host, &mrq); in mmc_wait_for_app_cmd() 467 if (mmc_wait_for_req(card->host, &mrq)) { in __sdmmc_block_rw()
|
| A D | sd.c | 146 if (mmc_wait_for_req(card->host, &mrq)) { in mmc_app_sd_status() 185 if (mmc_wait_for_req(card->host, &mrq)) { in mmc_app_send_scr() 563 if (mmc_wait_for_req(card->host, &mrq)) { in mmc_sd_init_uhs_card()
|
| A D | _core.h | 334 extern int32_t mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
|
| A D | sdio.c | 634 ret = mmc_wait_for_req(card->host, &mrq); in mmc_io_rw_extended()
|
Completed in 12 milliseconds