Home
last modified time | relevance | path

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

/src/sys/dev/mmc/
H A Dmmc.c206 static int mmc_send_if_cond(struct mmc_softc *sc, uint8_t vhs);
642 mmc_send_if_cond(struct mmc_softc *sc, uint8_t vhs) in mmc_send_if_cond() argument
649 cmd.arg = (vhs << 8) + 0xAA; in mmc_send_if_cond()