Searched refs:chipc_region (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/bhnd/cores/chipc/ |
| H A D | chipc_private.h | 56 struct chipc_region; 69 struct chipc_region *chipc_alloc_region(struct chipc_softc *sc, 73 struct chipc_region *cr); 74 struct chipc_region *chipc_find_region(struct chipc_softc *sc, 76 struct chipc_region *chipc_find_region_by_rid(struct chipc_softc *sc, 80 struct chipc_region *cr, int flags); 82 struct chipc_region *cr, int flags); 90 struct chipc_region { struct 107 STAILQ_ENTRY(chipc_region) cr_link; argument
|
| H A D | chipc_subr.c | 316 struct chipc_region * 320 struct chipc_region *cr; in chipc_alloc_region() 369 chipc_free_region(struct chipc_softc *sc, struct chipc_region *cr) in chipc_free_region() 391 struct chipc_region * 394 struct chipc_region *cr; in chipc_find_region() 418 struct chipc_region * 421 struct chipc_region *cr; in chipc_find_region_by_rid() 448 chipc_retain_region(struct chipc_softc *sc, struct chipc_region *cr, int flags) in chipc_retain_region() 519 chipc_release_region(struct chipc_softc *sc, struct chipc_region *cr, in chipc_release_region()
|
| H A D | chipcvar.h | 49 struct chipc_region; 155 struct chipc_region *core_region; /**< region containing core registers */ 163 STAILQ_HEAD(, chipc_region) mem_regions;/**< memory allocation records */
|
| H A D | chipc.c | 648 struct chipc_region *cr; in chipc_rman_init_regions() 733 struct chipc_region *cr, *cr_next; in chipc_free_rman() 771 struct chipc_region *cr; in chipc_alloc_resource() 875 struct chipc_region *cr; in chipc_release_resource() 917 struct chipc_region *cr; in chipc_adjust_resource() 960 struct chipc_region *cr; in chipc_try_activate_resource() 1056 struct chipc_region *cr; in chipc_deactivate_resource()
|