Home
last modified time | relevance | path

Searched defs:raw_cid (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/mmc/
H A Dmmc.c83 uint32_t raw_cid[4]; /* Raw bits of the CID */ member
954 mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid) in mmc_decode_cid_sd()
972 mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid, bool is_4_41p) in mmc_decode_cid_mmc()
1402 uint32_t raw_cid[4]; in mmc_discover_cards() local