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