Home
last modified time | relevance | path

Searched refs:MAJOR (Results 1 – 2 of 2) sorted by relevance

/sof-2.7.6/tools/topology/topology1/
Dget_abi.sh8 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
/sof-2.7.6/src/include/kernel/
Dext_manifest.h50 #define EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ( \ argument
51 ((uint32_t)(MAJOR) << 24) | \