Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mmc/
H A Dmmc.c229 static int mmc_wait_for_command(struct mmc_softc *sc, uint32_t opcode,
540 mmc_wait_for_command(struct mmc_softc *sc, uint32_t opcode, in mmc_wait_for_command() function
707 err = mmc_wait_for_command(sc, MMC_SELECT_CARD, (uint32_t)rca << 16, in mmc_select_card()