Searched refs:HPI_VER_MAJOR (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/asihpi/ | ||
H A D | hpidspcd.c | 57 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) { in hpi_dsp_code_open() |
H A D | hpi_version.h | 27 #define HPI_VER_MAJOR(v) ((int)(v >> 16)) macro |