Home
last modified time | relevance | path

Searched refs:chipc_softc (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_private.h57 struct chipc_softc;
63 int chipc_set_irq_resource(struct chipc_softc *sc,
65 int chipc_set_mem_resource(struct chipc_softc *sc,
69 struct chipc_region *chipc_alloc_region(struct chipc_softc *sc,
72 void chipc_free_region(struct chipc_softc *sc,
74 struct chipc_region *chipc_find_region(struct chipc_softc *sc,
76 struct chipc_region *chipc_find_region_by_rid(struct chipc_softc *sc,
79 int chipc_retain_region(struct chipc_softc *sc,
81 int chipc_release_region(struct chipc_softc *sc,
H A Dchipc.c112 static int chipc_add_children(struct chipc_softc *sc);
114 static bhnd_nvram_src chipc_find_nvram_src(struct chipc_softc *sc,
116 static int chipc_read_caps(struct chipc_softc *sc,
120 struct chipc_softc *sc);
121 static int chipc_enable_otp_power(struct chipc_softc *sc);
122 static void chipc_disable_otp_power(struct chipc_softc *sc);
123 static int chipc_enable_sprom_pins(struct chipc_softc *sc);
124 static void chipc_disable_sprom_pins(struct chipc_softc *sc);
130 static int chipc_init_rman(struct chipc_softc *sc);
131 static void chipc_free_rman(struct chipc_softc *sc);
[all …]
H A Dchipc_subr.c176 chipc_set_irq_resource(struct chipc_softc *sc, device_t child, int rid, in chipc_set_irq_resource()
234 chipc_set_mem_resource(struct chipc_softc *sc, device_t child, int rid, in chipc_set_mem_resource()
317 chipc_alloc_region(struct chipc_softc *sc, bhnd_port_type type, in chipc_alloc_region()
369 chipc_free_region(struct chipc_softc *sc, struct chipc_region *cr) in chipc_free_region()
393 chipc_find_region(struct chipc_softc *sc, rman_res_t start, rman_res_t end) in chipc_find_region()
420 chipc_find_region_by_rid(struct chipc_softc *sc, int rid) in chipc_find_region_by_rid()
449 chipc_retain_region(struct chipc_softc *sc, struct chipc_region *cr, int flags) in chipc_retain_region()
521 chipc_release_region(struct chipc_softc *sc, struct chipc_region *cr, in chipc_release_region()
H A Dchipcvar.h151 struct chipc_softc { struct
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c118 struct chipc_softc *chipc_sc; in bhnd_pwrctl_attach()