Searched refs:SDEI_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance
35 #define SDEI_VERSION_MAJOR(x) (x>>SDEI_VERSION_MAJOR_SHIFT & SDEI_VERSION_MAJOR_MASK) macro
975 (int)SDEI_VERSION_MAJOR(ver), (int)SDEI_VERSION_MINOR(ver), in sdei_probe()978 if (SDEI_VERSION_MAJOR(ver) != 1) { in sdei_probe()