Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
Dhpi_version.h14 #define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 10, 1)
20 #define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(10, 2, 0)
23 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) macro