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