Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bhnd/bhndb/
HDbhndb_subr.c238 const struct resource_spec *rspecs; in bhndb_host_resource_for_regwin() local
240 rspecs = hr->resource_specs; in bhndb_host_resource_for_regwin()
241 for (u_int i = 0; rspecs[i].type != -1; i++) { in bhndb_host_resource_for_regwin()
242 if (win->res.type != rspecs[i].type) in bhndb_host_resource_for_regwin()
245 if (win->res.rid != rspecs[i].rid) in bhndb_host_resource_for_regwin()