Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c1501 bus_size_t rw_offset; in bhndb_regwin_find_core() local
1527 rw_offset = offset - rw->d.core.offset; in bhndb_regwin_find_core()
1529 if (rw->win_size < rw_offset) in bhndb_regwin_find_core()
1532 if (rw->win_size - rw_offset < min_size) in bhndb_regwin_find_core()