Searched refs:HPI_VER_MAJOR (Results 1 – 2 of 2) sorted by relevance
57 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) { in hpi_dsp_code_open()
27 #define HPI_VER_MAJOR(v) ((int)(v >> 16)) macro