Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/sdmmc/
Dsdmmc.c523 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) in sdmmc_app_command() function
674 error = sdmmc_app_command(sc, &cmd); in sdmmc_set_bus_width()
757 error = sdmmc_app_command(sc, &cmd); in sdmmc_ioctl()
Dsdmmcvar.h205 int sdmmc_app_command(struct sdmmc_softc *, struct sdmmc_command *);
Dsdmmc_mem.c367 error = sdmmc_app_command(sc, &cmd); in sdmmc_mem_send_op_cond()