Searched refs:rawcid (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/mmc/
H A Dmmc.c168 static int mmc_all_send_cid(struct mmc_softc *sc, uint32_t *rawcid);
1324 mmc_all_send_cid(struct mmc_softc *sc, uint32_t *rawcid) argument
1335 memcpy(rawcid, cmd.resp, 4 * sizeof(uint32_t));

Completed in 106 milliseconds