Searched refs:SDMMC_GET_VERID (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ | ||
D | dw_mmc.h | 164 #define SDMMC_GET_VERID(x) ((x) & 0xFFFF) macro |
D | dw_mmc.c | 2898 host->verid = SDMMC_GET_VERID(mci_readl(host, VERID)); in dw_mci_probe() |