/sof-2.7.6/src/include/kernel/ |
D | abi.h | 43 #define SOF_ABI_VER(major, minor, patch) \ argument 44 (((major) << SOF_ABI_MAJOR_SHIFT) | \
|
/sof-2.7.6/src/arch/xtensa/include/xtensa/config/ |
D | core.h | 1390 …define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VE… argument 1391 …define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) (XTHAL_REL_GE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VE… argument 1392 # define XCHAL_HW_RELEASE_AT(major,minor) (XTHAL_REL_EQ( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VERSION_M… argument 1393 # define XCHAL_HW_RELEASE_MAJOR_AT(major) ((XCHAL_HW_VERSION_MAJOR == (major)) ? 1 : 0) argument 1395 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) ( ((major) < 1040 && XCHAL_HAVE_XEA2) ? 0 \ argument 1396 : ((major) > 1050 && XCHAL_HAVE_XEA1) ? 1 \ 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 1402 ((major) >= 2000 && XCHAL_HAVE_XEA1)) ? 0 : XTHAL_MAYBE) [all …]
|
/sof-2.7.6/tools/topology/topology1/common/ |
D | abi.m4 | 3 dnl ABI_INFO(name, major, minor, patch)
|
/sof-2.7.6/src/include/ipc/ |
D | info.h | 50 uint16_t major; member 119 uint32_t major; member
|
/sof-2.7.6/src/init/ |
D | ext_manifest.c | 26 .major = SOF_MAJOR, 55 .major = CC_MAJOR,
|
/sof-2.7.6/src/platform/amd/renoir/ |
D | platform.c | 51 .major = SOF_MAJOR,
|
/sof-2.7.6/src/platform/imx8ulp/ |
D | platform.c | 51 .major = SOF_MAJOR,
|
/sof-2.7.6/src/platform/imx8m/ |
D | platform.c | 50 .major = SOF_MAJOR,
|
/sof-2.7.6/src/platform/imx8/ |
D | platform.c | 51 .major = SOF_MAJOR,
|
/sof-2.7.6/src/platform/haswell/ |
D | platform.c | 52 .major = SOF_MAJOR,
|
/sof-2.7.6/src/platform/baytrail/ |
D | platform.c | 66 .major = SOF_MAJOR,
|
/sof-2.7.6/tools/sof_ri_info/ |
D | sof_ri_info.py | 448 major = hdr_ver >> 24 453 hdr.add_a(Astring('ver', '{}.{}.{}'.format(major, minor, patch))) 962 def __init__(self, name, major, minor, hotfix, build): argument 964 self.val = '{:d}.{:d}.{:d}.{:d}'.format(major, minor, hotfix, build)
|
/sof-2.7.6/src/platform/intel/cavs/ |
D | platform.c | 62 .major = SOF_MAJOR,
|
/sof-2.7.6/tools/fuzzer/platform/ |
D | imx8-host.c | 543 version.major, version.minor, version.tag); in imx8_fw_ready()
|
D | byt-host.c | 497 version.major, version.minor, version.tag); in byt_fw_ready()
|
D | hsw-host.c | 527 version.major, version.minor, version.tag); in hsw_fw_ready()
|
/sof-2.7.6/tools/test/audio/ |
D | sof_test_perf_README.txt | 22 performance (unless there's a major quality issue).
|