Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/
H A Dbhnd_match.h107 core_rev:1, member
117 struct bhnd_hwrev_match core_rev; /**< matching core revisions. */ member
126 _BHND_COPY_MATCH_FIELD(_src, core_rev), \
133 #define BHND_MATCH_CORE_REV(_rev) _BHND_SET_MATCH_FIELD(core_rev, \
277 core_rev:1, member
296 struct bhnd_hwrev_match core_rev; /**< matching core revisions. */ member
H A Dbhnd_subr.c737 if (desc->m.match.core_rev && in bhnd_core_matches()
738 !bhnd_hwrev_matches(core->hwrev, &desc->core_rev)) in bhnd_core_matches()