Home
last modified time | relevance | path

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

/linux/sound/pci/asihpi/
H A Dhpidspcd.c57 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) { in hpi_dsp_code_open()
H A Dhpi_version.h27 #define HPI_VER_MAJOR(v) ((int)(v >> 16)) macro