Home
last modified time | relevance | path

Searched defs:bhndb_regwin (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.h71 struct bhndb_regwin { struct
72 bhndb_regwin_type_t win_type; /**< window type */ argument
73 bus_size_t win_offset; /**< offset of the window within the resource */
74 bus_size_t win_size; /**< size of the window */
77 struct {
80 } res;
82 union {
112 const struct bhndb_regwin *register_windows; /**< register window table */ argument