Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sdmmc/
H A Dsdhc.c214 static int sdhc_start_command(struct sdhc_host *, struct sdmmc_command *);
1500 error = sdhc_start_command(hp, &cmd); in sdhc_execute_tuning1()
1632 error = sdhc_start_command(hp, cmd); in sdhc_exec_command()
1710 sdhc_start_command(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_start_command() function