Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbarm/stand/boot2440/
Ddev_sdmmc.h69 struct sdmmc_cid { struct
70 int mid; /* manufacturer identification number */
71 int oid; /* OEM/product identification number */
72 char pnm[8]; /* product name (MMC v1 has the longest) */
73 int rev; /* product revision */
74 int psn; /* product serial number */
75 int mdt; /* manufacturing date */
/netbsd/src/sys/dev/sdmmc/
Dsdmmcvar.h58 struct sdmmc_cid { struct
59 int mid; /* manufacturer identification number */
60 int oid; /* OEM/product identification number */
61 char pnm[8]; /* product name (MMC v1 has the longest) */
62 int rev; /* product revision */
63 int psn; /* product serial number */
64 int mdt; /* manufacturing date */