Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h60 #define BHND_HWREV_ANY { BHND_HWREV_INVALID, BHND_HWREV_INVALID }
62 ((_m)->start == BHND_HWREV_INVALID && (_m)->end == BHND_HWREV_INVALID)
86 #define BHND_HWREV_GTE(_start) BHND_HWREV_RANGE(_start, BHND_HWREV_INVALID)
H A Dbhnd_ids.h521 #define BHND_HWREV_INVALID 0xFF /* Invalid hardware revision ID */ macro