Searched refs:MAJOR (Results 1 – 2 of 2) sorted by relevance
8 MAJOR=`grep '#define SOF_ABI_MAJOR ' $1/src/include/kernel/abi.h | grep -E ".[[:digit:]]$" -o`16 major_val=$(($MAJOR << $MAJOR_SHIFT))24 printf "define(\`SOF_ABI_MAJOR', \`0x%02x')\n" $MAJOR > abi.h
50 #define EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ( \ argument51 ((uint32_t)(MAJOR) << 24) | \