Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bhnd/bhndb/
HDbhndb_private.h58 struct bhndb_region;
100 struct bhndb_region *bhndb_find_resource_region(
168 struct bhndb_region { struct
175 STAILQ_ENTRY(bhndb_region) link; argument
204 STAILQ_HEAD(, bhndb_region) bus_regions; /**< bus region descriptors */
HDbhndb_subr.c566 struct bhndb_region *region, *r_next; in bhndb_free_resources()
617 STAILQ_REMOVE(&br->bus_regions, region, bhndb_region, link); in bhndb_free_resources()
1004 struct bhndb_region *sregion; in bhndb_find_resource_limits()
1071 struct bhndb_region *reg; in bhndb_add_resource_region()
1078 *reg = (struct bhndb_region) { in bhndb_add_resource_region()
1103 struct bhndb_region *region; in bhndb_has_static_region_mapping()
1134 struct bhndb_region *
1138 struct bhndb_region *region; in bhndb_find_resource_region()
HDbhndb.c105 struct bhndb_region *region,
435 struct bhndb_region *region; in bhndb_init_region_cfg()
1196 struct bhndb_region *region, device_t child, int type, int rid, in bhndb_activate_static_region()
1310 struct bhndb_region *region; in bhndb_try_activate_resource()
1527 struct bhndb_region *region; in bhndb_activate_bhnd_resource()
1663 struct bhndb_region *region; in bhndb_io_resource_get_window()