Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c40 void (*wait_before_send)(struct mmc_host *mmc); member
233 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,