Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 18 of 18) sorted by relevance

/sof-3.4.0/src/include/kernel/
Dabi.h43 #define SOF_ABI_VER(major, minor, patch) \ argument
45 ((minor) << SOF_ABI_MINOR_SHIFT) | \
/sof-3.4.0/src/include/sof/audio/dts/
DDtsSofInterfaceVersion.h32 int minor; member
/sof-3.4.0/src/include/ipc/
Dinfo.h51 uint16_t minor; member
120 uint32_t minor; member
/sof-3.4.0/tools/topology/topology1/common/
Dabi.m43 dnl ABI_INFO(name, major, minor, patch)
/sof-3.4.0/src/init/
Dext_manifest.c25 .minor = SOF_MINOR,
54 .minor = CC_MINOR,
/sof-3.4.0/src/arch/xtensa/include/xtensa/config/
Dcore.h1390 … XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VERSION_… argument
1391 … XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) (XTHAL_REL_GE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VERSION_… argument
1392 # define XCHAL_HW_RELEASE_AT(major,minor) (XTHAL_REL_EQ( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VERSION_M… argument
1395 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) ( ((major) < 1040 && XCHAL_HAVE_XEA2) ? 0 \ argument
1398 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) ( ((major) >= 2000 && XCHAL_HAVE_XEA1) ? 0 \ argument
1399 : (XTHAL_REL_LE(major,minor, 1040,0) && XCHAL_HAVE_XEA2) ? 1 \
1401 # define XCHAL_HW_RELEASE_AT(major,minor) ( (((major) < 1040 && XCHAL_HAVE_XEA2) || \ argument
/sof-3.4.0/src/platform/intel/ace/
Dplatform.c40 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/mt8188/
Dplatform.c53 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/mt8186/
Dplatform.c53 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/imx8/
Dplatform.c50 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/imx8ulp/
Dplatform.c50 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/imx8m/
Dplatform.c49 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/mt8195/
Dplatform.c53 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/amd/renoir/
Dplatform.c51 .minor = SOF_MINOR,
/sof-3.4.0/src/platform/amd/rembrandt/
Dplatform.c50 .minor = SOF_MINOR,
/sof-3.4.0/src/audio/module_adapter/module/
Ddts.c167 interface_version.minor, in dts_codec_init()
173 sdk_version.minor, in dts_codec_init()
/sof-3.4.0/tools/sof_ri_info/
Dsof_ri_info.py594 minor = (hdr_ver >> 12) & 0xFFF
598 hdr.add_a(Astring('ver', '{}.{}.{}'.format(major, minor, patch)))
1118 def __init__(self, name, major, minor, hotfix, build): argument
1120 self.val = '{:d}.{:d}.{:d}.{:d}'.format(major, minor, hotfix, build)
/sof-3.4.0/src/platform/intel/cavs/
Dplatform.c61 .minor = SOF_MINOR,