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

/freebsd-13-stable/sys/dev/mmc/
H A Dmmc.c87 uint32_t raw_cid[4]; /* Raw bits of the CID */ member in struct:mmc_ivars
180 static void mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid,
182 static void mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid);
1092 mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid) argument
1098 cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
1099 cid->oid = mmc_get_bits(raw_cid, 128, 104, 16);
1101 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
1103 cid->prv = mmc_get_bits(raw_cid, 128, 56, 8);
1104 cid->psn = mmc_get_bits(raw_cid, 128, 24, 32);
1105 cid->mdt_year = mmc_get_bits(raw_cid, 12
1110 mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid, bool is_4_41p) argument
1591 uint32_t raw_cid[4]; local
[all...]
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c382 mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid) argument
388 cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
389 cid->oid = mmc_get_bits(raw_cid, 128, 104, 16);
391 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
393 cid->prv = mmc_get_bits(raw_cid, 128, 56, 8);
394 cid->psn = mmc_get_bits(raw_cid, 128, 24, 32);
395 cid->mdt_year = mmc_get_bits(raw_cid, 128, 12, 8) + 2000;
396 cid->mdt_month = mmc_get_bits(raw_cid, 128, 8, 4);
400 mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid) argument
406 cid->mid = mmc_get_bits(raw_cid, 12
[all...]

Completed in 155 milliseconds