Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c237 const struct resource_spec *rspecs; in bhndb_host_resource_for_regwin() local
239 rspecs = hr->resource_specs; in bhndb_host_resource_for_regwin()
240 for (u_int i = 0; rspecs[i].type != -1; i++) { in bhndb_host_resource_for_regwin()
241 if (win->res.type != rspecs[i].type) in bhndb_host_resource_for_regwin()
244 if (win->res.rid != rspecs[i].rid) in bhndb_host_resource_for_regwin()