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

/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_private.h52 struct chipc_softc;
58 int chipc_set_resource(struct chipc_softc *sc,
63 struct chipc_region *chipc_alloc_region(struct chipc_softc *sc,
66 void chipc_free_region(struct chipc_softc *sc,
68 struct chipc_region *chipc_find_region(struct chipc_softc *sc,
70 struct chipc_region *chipc_find_region_by_rid(struct chipc_softc *sc,
73 int chipc_retain_region(struct chipc_softc *sc,
75 int chipc_release_region(struct chipc_softc *sc,
H A Dchipc.c113 static int chipc_add_children(struct chipc_softc *sc);
115 static bhnd_nvram_src chipc_find_nvram_src(struct chipc_softc *sc,
117 static int chipc_read_caps(struct chipc_softc *sc,
121 struct chipc_softc *sc);
124 struct chipc_softc *sc, device_t child,
128 static int chipc_init_rman(struct chipc_softc *sc);
129 static void chipc_free_rman(struct chipc_softc *sc);
130 static struct rman *chipc_get_rman(struct chipc_softc *sc,
162 struct chipc_softc *sc;
229 struct chipc_softc *s
[all...]
H A Dchipc_subr.c189 chipc_set_resource(struct chipc_softc *sc, device_t child, int type, int rid,
274 chipc_alloc_region(struct chipc_softc *sc, bhnd_port_type type,
326 chipc_free_region(struct chipc_softc *sc, struct chipc_region *cr)
350 chipc_find_region(struct chipc_softc *sc, rman_res_t start, rman_res_t end)
377 chipc_find_region_by_rid(struct chipc_softc *sc, int rid)
406 chipc_retain_region(struct chipc_softc *sc, struct chipc_region *cr, int flags)
479 chipc_release_region(struct chipc_softc *sc, struct chipc_region *cr,
H A Dchipcvar.h202 struct chipc_softc { struct

Completed in 85 milliseconds