Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddev_sdmmc.c163 static int sdmmc_app_command(struct sdmmc_softc*, uint16_t,
615 error = sdmmc_app_command(sc, 0, &cmd); in sdmmc_mem_send_op_cond()
671 sdmmc_app_command(struct sdmmc_softc *sc, uint16_t rca, in sdmmc_app_command() function
697 DPRINTF(("sdmmc_app_command: done (error=%d)\n", error)); in sdmmc_app_command()
1270 error = sdmmc_app_command(sc, sc->rca, &cmd); in sdmmc_mem_send_scr()
1349 error = sdmmc_app_command(sc, sc->rca, &cmd); in sdmmc_set_bus_width()
/netbsd-src/sys/dev/sdmmc/
H A Dsdmmcvar.h356 int sdmmc_app_command(struct sdmmc_softc *, struct sdmmc_function *,
H A Dsdmmc_mem.c643 error = sdmmc_app_command(sc, NULL, &cmd); in sdmmc_mem_send_op_cond()
1291 error = sdmmc_app_command(sc, sf, &cmd); in sdmmc_mem_send_scr()
1407 error = sdmmc_app_command(sc, sf, &cmd); in sdmmc_mem_decode_ssr()
1849 error = sdmmc_app_command(sc, sf, &cmd); in sdmmc_mem_read_block_subr()
2350 error = sdmmc_app_command(sc, sf, &cmd);
H A Dsdmmc.c840 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_function *sf, struct sdmmc_command *cmd) in sdmmc_app_command() function