Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h71 #define BHND_HWREV_RANGE(_start, _end) { _start, _end } macro
78 #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)