Searched refs:BHND_HWREV_RANGE (Results 1 – 1 of 1) sorted by relevance
71 #define BHND_HWREV_RANGE(_start, _end) { _start, _end } macro78 #define BHND_HWREV_EQ(_hwrev) BHND_HWREV_RANGE(_hwrev, _hwrev)86 #define BHND_HWREV_GTE(_start) BHND_HWREV_RANGE(_start, BHND_HWREV_INVALID)94 #define BHND_HWREV_LTE(_end) BHND_HWREV_RANGE(0, _end)