Searched refs:sdmmc_app_command (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/evbarm/stand/boot2440/ |
H A D | dev_sdmmc.c | 163 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 D | sdmmcvar.h | 356 int sdmmc_app_command(struct sdmmc_softc *, struct sdmmc_function *,
|
H A D | sdmmc_mem.c | 643 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 D | sdmmc.c | 840 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_function *sf, struct sdmmc_command *cmd) in sdmmc_app_command() function
|