Searched defs:minor (Results 1 – 5 of 5) sorted by relevance
/sof-3.4.0/src/include/sof/audio/dts/ |
D | DtsSofInterfaceVersion.h | 32 int minor; member
|
/sof-3.4.0/src/include/kernel/ |
D | abi.h | 43 #define SOF_ABI_VER(major, minor, patch) \ argument
|
/sof-3.4.0/src/include/ipc/ |
D | info.h | 51 uint16_t minor; member 120 uint32_t minor; member
|
/sof-3.4.0/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_V… argument 1391 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) (XTHAL_REL_GE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_V… 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 1401 # define XCHAL_HW_RELEASE_AT(major,minor) ( (((major) < 1040 && XCHAL_HAVE_XEA2) || \ argument
|
/sof-3.4.0/tools/sof_ri_info/ |
D | sof_ri_info.py | 1118 def __init__(self, name, major, minor, hotfix, build): argument
|