Home
last modified time | relevance | path

Searched refs:bhnd_resource (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/dev/bhnd/
H A Dbhnd_bus_if.m50 struct bhnd_resource;
1390 * bhnd_resource */
1401 * bhnd_resource */
1412 * bhnd_resource */
1423 * bhnd_resource */
1434 * bhnd_resource */
1445 * bhnd_resource */
1546 * bhnd_resource */
1557 * bhnd_resource */
1568 * bhnd_resource */
[all …]
H A Dbhnd.h339 struct bhnd_resource { struct
517 struct bhnd_resource **res);
521 struct bhnd_resource **res);
625 struct bhnd_resource *r);
628 struct bhnd_resource *r);
631 struct bhnd_resource *r);
1294 static inline struct bhnd_resource *
1316 static inline struct bhnd_resource *
1336 struct bhnd_resource *r) in bhnd_activate_resource()
1356 struct bhnd_resource *r) in bhnd_deactivate_resource()
[all …]
H A Dbhnd.c364 struct bhnd_resource *r; in bhnd_generic_alloc_pmu()
458 r = malloc(sizeof(struct bhnd_resource), M_BHND, M_NOWAIT); in bhnd_generic_alloc_pmu()
487 struct bhnd_resource *r; in bhnd_generic_release_pmu()
988 struct bhnd_resource *r, bus_size_t offset) \
997 struct bhnd_resource *r, bus_size_t offset, _type value) \
1007 struct bhnd_resource *r, bus_size_t offset, _type datap, \
1049 bhnd_barrier(device_t dev, device_t child, struct bhnd_resource *r, in bhnd_barrier()
H A Dbhnd_subr.c1011 struct bhnd_resource **res) in bhnd_alloc_resources()
1041 struct bhnd_resource **res) in bhnd_release_resources()
1075 bhnd_alloc_core_clkctl(device_t dev, device_t pmu_dev, struct bhnd_resource *r, in bhnd_alloc_core_clkctl()
2191 struct bhnd_resource *
2196 struct bhnd_resource *br; in bhnd_bus_generic_alloc_resource()
2210 br = malloc(sizeof(struct bhnd_resource), M_BHND, M_NOWAIT); in bhnd_bus_generic_alloc_resource()
2242 int rid, struct bhnd_resource *r) in bhnd_bus_generic_release_resource()
2266 int rid, struct bhnd_resource *r) in bhnd_bus_generic_activate_resource()
2301 int type, int rid, struct bhnd_resource *r) in bhnd_bus_generic_deactivate_resource()
H A Dbhnd_private.h73 struct bhnd_resource *cc_res; /**< resource mapping core's clkctl register */
H A Dbhndvar.h56 device_t pmu_dev, struct bhnd_resource *r,
H A Dbhnd_erom.c75 struct bhnd_resource *mapped; /**< current mapping, or NULL */
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmuvar.h47 int bhnd_pmu_attach(device_t dev, struct bhnd_resource *res);
107 struct bhnd_resource *res; /**< pmu register block. */
H A Dbhnd_pmu_core.c82 struct bhnd_resource *res; in bhnd_pmu_core_attach()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c238 struct bhnd_resource *r; in bcma_write_ioctl()
299 struct bhnd_resource *r; in bcma_reset_hw()
347 struct bhnd_resource *r; in bcma_suspend_hw()
385 struct bhnd_resource *r; in bcma_read_config()
423 struct bhnd_resource *r; in bcma_write_config()
H A Dbcmavar.h181 struct bhnd_resource *res_agent; /**< Agent (wrapper) resource, or NULL. Not
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iores.c49 struct bhnd_resource *res; /**< backing resource (borrowed ref) */
76 bhnd_nvram_iores_new(struct bhnd_resource *r, bus_size_t offset, in bhnd_nvram_iores_new()
H A Dbhnd_nvram_io.h58 struct bhnd_nvram_io *bhnd_nvram_iores_new(struct bhnd_resource *r,
H A Dbhnd_sprom.c97 struct bhnd_resource *r; in bhnd_sprom_attach()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h154 struct bhnd_resource *core; /**< core registers. */
H A Dbhnd_pmu_chipc.c98 struct bhnd_resource *r; in bhnd_pmu_chipc_attach()
H A Dchipc_private.h103 struct bhnd_resource *cr_res; /**< bus resource, or NULL */
H A Dchipc_gpiovar.h121 struct bhnd_resource *mem_res; /**< chipcommon register block */
/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_var.h85 struct bhnd_resource *mem_res; /**< device register block. */
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctlvar.h109 struct bhnd_resource *res; /**< core register block. */
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcivar.h101 struct bhnd_resource *mem_res; /**< device register block. */
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_subr.c673 struct bhnd_resource *r; in siba_write_target_state()
713 struct bhnd_resource *r; in siba_wait_target_state()
H A Dsiba.c673 struct bhnd_resource *r; in siba_write_ioctl()
729 struct bhnd_resource *r; in siba_reset_hw()
794 struct bhnd_resource *r; in siba_suspend_hw()
954 struct bhnd_resource *r; in siba_write_config()
H A Dsibavar.h213 struct bhnd_resource *cfg_res[SIBA_MAX_CFG]; /**< bus-mapped config block registers */
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1509 int type, int rid, struct bhnd_resource *r) in bhndb_activate_bhnd_resource()
1597 int type, int rid, struct bhnd_resource *r) in bhndb_deactivate_bhnd_resource()
1804 struct bhnd_resource *r, bus_size_t offset) \
1818 struct bhnd_resource *r, bus_size_t offset, _type value) \
1829 device_t child, struct bhnd_resource *r, bus_size_t offset, \
1868 bhndb_bus_barrier(device_t dev, device_t child, struct bhnd_resource *r, in bhndb_bus_barrier()

12