Home
last modified time | relevance | path

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

/openbsd/sys/dev/sdmmc/
H A Dsdmmc_mem.c188 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_enable()
271 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_scan()
544 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_send_cxd_data()
616 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_sd_switch()
640 return sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_mmc_switch()
1099 return sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_set_blocklen()
1127 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_read_block_subr()
1137 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_read_block_subr()
1147 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_read_block_subr()
1242 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_write_block_subr()
[all …]
H A Dsdmmc.c628 error = sdmmc_mmc_command(sc, &acmd); in sdmmc_app_command()
638 error = sdmmc_mmc_command(sc, cmd); in sdmmc_app_command()
648 sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) in sdmmc_mmc_command() function
681 (void)sdmmc_mmc_command(sc, &cmd); in sdmmc_go_idle_state()
702 if (sdmmc_mmc_command(sc, &cmd) != 0) in sdmmc_send_if_cond()
734 if (sdmmc_mmc_command(sc, &cmd) != 0) in sdmmc_set_relative_addr()
760 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_select_card()
819 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_ioctl()
H A Dsdmmc_io.c389 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_io_rw_direct()
443 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_io_rw_extended_subr()
707 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_io_send_op_cond()
H A Dsdmmcvar.h244 int sdmmc_mmc_command(struct sdmmc_softc *, struct sdmmc_command *);