Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bhnd/
HDbhnd_match.h59 #define BHND_HWREV_ANY { BHND_HWREV_INVALID, BHND_HWREV_INVALID }
61 ((_m)->start == BHND_HWREV_INVALID && (_m)->end == BHND_HWREV_INVALID)
85 #define BHND_HWREV_GTE(_start) BHND_HWREV_RANGE(_start, BHND_HWREV_INVALID)
HDbhnd_subr.c548 if (desc->start != BHND_HWREV_INVALID && in bhnd_hwrev_matches()
552 if (desc->end != BHND_HWREV_INVALID && in bhnd_hwrev_matches()
HDbhnd_ids.h530 #define BHND_HWREV_INVALID 0xFF /* Invalid hardware revision ID */ macro