Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcreg.h657 uint16_t mdt_year; member
H A Dmmc.c1097 cid->mdt_year = mmc_get_bits(raw_cid, 128, 12, 8) + 2000; in mmc_decode_cid_sd()
1116 cid->mdt_year = mmc_get_bits(raw_cid, 128, 8, 4); in mmc_decode_cid_mmc()
1118 cid->mdt_year += 2013; in mmc_decode_cid_mmc()
1120 cid->mdt_year += 1997; in mmc_decode_cid_mmc()
1158 ivar->cid.psn, ivar->cid.mdt_month, ivar->cid.mdt_year, in mmc_format_card_id_string()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c378 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()