Searched refs:wait_before_send (Results 1 – 1 of 1) sorted by relevance
40 void (*wait_before_send)(struct mmc_host *mmc); member233 if (host->platform->wait_before_send) in meson_mx_sdhc_start_cmd()234 host->platform->wait_before_send(mmc); in meson_mx_sdhc_start_cmd()881 .wait_before_send = meson_mx_sdhc_wait_before_send_meson8,