sdhc_soft_reset
sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
(void)sdhc_soft_reset(hp, SDHC_RESET_CMD|SDHC_RESET_DAT);
(void) sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
static int sdhc_soft_reset(struct sdhc_host *, int);
(void)sdhc_soft_reset(hp, SDHC_RESET_CMD|SDHC_RESET_DAT);
sdhc_soft_reset(hp, SDHC_RESET_ALL);
error = sdhc_soft_reset(hp, SDHC_RESET_ALL);