Searched refs:CQHCI_VER_MAJOR (Results 1 – 2 of 2) sorted by relevance
/drivers/mmc/host/ | ||
D | cqhci.h | 19 #define CQHCI_VER_MAJOR(x) (((x) & GENMASK(11, 8)) >> 8) macro |
D | cqhci-core.c | 1152 return CQHCI_VER_MAJOR(cqhci_readl(cq_host, CQHCI_VER)); in cqhci_ver_major() |