Searched refs:chipc_region (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_private.h57 struct chipc_region;
70 struct chipc_region *chipc_alloc_region(struct chipc_softc *sc,
74 struct chipc_region *cr);
75 struct chipc_region *chipc_find_region(struct chipc_softc *sc,
77 struct chipc_region *chipc_find_region_by_rid(struct chipc_softc *sc,
81 struct chipc_region *cr, int flags);
83 struct chipc_region *cr, int flags);
91 struct chipc_region { struct
109 STAILQ_ENTRY(chipc_region) cr_link;
H A Dchipcvar.h51 struct chipc_region;
158 struct chipc_region *core_region; /**< region containing core registers */
166 STAILQ_HEAD(, chipc_region) mem_regions;/**< memory allocation records */
H A Dchipc_subr.c321 struct chipc_region *
325 struct chipc_region *cr;
328 /* Don't bother allocating a chipc_region if init will fail */
374 chipc_free_region(struct chipc_softc *sc, struct chipc_region *cr)
397 struct chipc_region *
400 struct chipc_region *cr;
424 struct chipc_region *
427 struct chipc_region *cr;
445 * Retain a reference to a chipc_region, allocating and activating the
454 chipc_retain_region(struct chipc_softc *sc, struct chipc_region *c
[all...]
H A Dchipc.c684 struct chipc_region *cr;
726 /* Port types for which we'll register chipc_region mappings */
769 struct chipc_region *cr, *cr_next;
804 struct chipc_region *cr;
927 struct chipc_region *cr;
972 struct chipc_region *cr;
1017 struct chipc_region *cr;
1123 struct chipc_region *cr;

Completed in 108 milliseconds