Searched refs:bhndb_resources (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_private.h | 59 struct bhndb_resources; 61 struct bhndb_resources *bhndb_alloc_resources(device_t dev, 66 struct bhndb_resources *br); 69 struct bhndb_resources *br, 76 struct bhndb_resources *br, 87 struct bhndb_resources *br, 90 struct bhndb_resources *br, 93 struct bhndb_resources *br, 97 struct bhndb_resources *br, 101 struct bhndb_resources *br, [all …]
|
H A D | bhndb_subr.c | 265 struct bhndb_resources * 269 struct bhndb_resources *r; in bhndb_alloc_resources() 563 bhndb_free_resources(struct bhndb_resources *br) in bhndb_free_resources() 931 bhndb_register_intr_handler(struct bhndb_resources *br, in bhndb_register_intr_handler() 949 bhndb_deregister_intr_handler(struct bhndb_resources *br, in bhndb_deregister_intr_handler() 970 bhndb_find_intr_handler(struct bhndb_resources *br, void *cookiep) in bhndb_find_intr_handler() 998 bhndb_find_resource_limits(struct bhndb_resources *br, in bhndb_find_resource_limits() 1066 bhndb_add_resource_region(struct bhndb_resources *br, bhnd_addr_t addr, in bhndb_add_resource_region() 1099 bhndb_has_static_region_mapping(struct bhndb_resources *br, in bhndb_has_static_region_mapping() 1134 bhndb_find_resource_region(struct bhndb_resources *br, bhnd_addr_t addr, in bhndb_find_resource_region() [all …]
|
H A D | bhndbvar.h | 59 struct bhndb_resources; 187 struct bhndb_resources *bus_res; /**< bus resource state */
|
H A D | bhndb.c | 85 struct bhndb_resources *r, 229 struct bhndb_resources *br, struct bhnd_core_info *cores, u_int ncores, in bhndb_init_region_cfg() 661 struct bhndb_resources *bus_res; in bhndb_generic_resume() 1642 struct bhndb_resources *br; in bhndb_io_resource_get_window()
|
H A D | bhndb_pci.c | 575 struct bhndb_resources *bres; in bhndb_pci_sprom_regwin()
|