Searched refs:mdt_year (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mmc/ |
| H A D | mmcreg.h | 658 uint16_t mdt_year; member
|
| H A D | mmc.c | 1105 cid->mdt_year = mmc_get_bits(raw_cid, 128, 12, 8) + 2000; in mmc_decode_cid_sd() 1124 cid->mdt_year = mmc_get_bits(raw_cid, 128, 8, 4); in mmc_decode_cid_mmc() 1126 cid->mdt_year += 2013; in mmc_decode_cid_mmc() 1128 cid->mdt_year += 1997; in mmc_decode_cid_mmc() 1166 ivar->cid.psn, ivar->cid.mdt_month, ivar->cid.mdt_year, in mmc_format_card_id_string()
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc_da.c | 378 cid->mdt_year = mmc_get_bits(raw_cid, 128, 12, 8) + 2000; in mmc_decode_cid_sd() 397 cid->mdt_year = mmc_get_bits(raw_cid, 128, 8, 4) + 1997; in mmc_decode_cid_mmc() 436 sc->cid.psn, sc->cid.mdt_month, sc->cid.mdt_year, in mmc_format_card_id_string()
|