sdhc_soft_reset
int sdhc_soft_reset(struct sdhc_host *, int);
(void)sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
if ((error = sdhc_soft_reset(hp, SDHC_RESET_ALL)) != 0) {