HomeSort by: relevance | last modified time | path
    Searched defs:sdhc_soft_reset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sdmmc/
sdhc.c 207 static int sdhc_soft_reset(struct sdhc_host *, int);
687 sdhc_soft_reset(hp, SDHC_RESET_ALL);
818 error = sdhc_soft_reset(hp, SDHC_RESET_ALL);
1509 sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
1518 sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
1698 (void)sdhc_soft_reset(hp, SDHC_RESET_CMD|SDHC_RESET_DAT);
1792 (void) sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
2231 sdhc_soft_reset(struct sdhc_host *hp, int mask) function in typeref:typename:int
2356 (void)sdhc_soft_reset(hp, SDHC_RESET_CMD|SDHC_RESET_DAT);
sdhc.c 207 static int sdhc_soft_reset(struct sdhc_host *, int);
687 sdhc_soft_reset(hp, SDHC_RESET_ALL);
818 error = sdhc_soft_reset(hp, SDHC_RESET_ALL);
1509 sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
1518 sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
1698 (void)sdhc_soft_reset(hp, SDHC_RESET_CMD|SDHC_RESET_DAT);
1792 (void) sdhc_soft_reset(hp, SDHC_RESET_DAT|SDHC_RESET_CMD);
2231 sdhc_soft_reset(struct sdhc_host *hp, int mask) function in typeref:typename:int
2356 (void)sdhc_soft_reset(hp, SDHC_RESET_CMD|SDHC_RESET_DAT);

Completed in 27 milliseconds