Searched defs:MAJOR (Results 1 – 4 of 4) sorted by relevance
10 #define MAJOR(dev) ((dev)>>8) macro
10 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) macro
40 #define SOF_FW_VER(MAJOR, MINOR, PATCH) ((uint32_t)( \ argument
435 #define DRX_VERSIONSTRING(MAJOR, MINOR, PATCH) \ argument