Searched refs:MMC_CID_MID_V1 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/sdmmc/ | ||
H A D | sdmmcreg.h | 160 #define MMC_CID_MID_V1(resp) MMC_RSP_BITS((resp), 104, 24) macro |
H A D | sdmmc_mem.c | 426 cid->mid = MMC_CID_MID_V1(resp); in sdmmc_decode_cid() |