Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/sound/sof/
H A Dabi.h35 #define SOF_ABI_MAJOR_SHIFT 24 macro
43 (((major) << SOF_ABI_MAJOR_SHIFT) | \
48 (((version) >> SOF_ABI_MAJOR_SHIFT) & SOF_ABI_MAJOR_MASK)