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