Home
last modified time | relevance | path

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

/freebsd/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) in mmc_all_send_cid() argument
1335 memcpy(rawcid, cmd.resp, 4 * sizeof(uint32_t)); in mmc_all_send_cid()