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

12

/freebsd-12-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmuvar.h49 int bhnd_pmu_attach(device_t dev, struct bhnd_resource *res);
109 struct bhnd_resource *res; /**< pmu register block. */
H A Dbhnd_pmu_core.c85 struct bhnd_resource *res;
/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd_private.h76 struct bhnd_resource *cc_res; /**< resource mapping core's clkctl register */
H A Dbhndvar.h57 device_t pmu_dev, struct bhnd_resource *r,
H A Dbhnd.h347 struct bhnd_resource { struct
354 /** Wrap the active resource @p _r in a bhnd_resource structure */
355 #define BHND_DIRECT_RESOURCE(_r) ((struct bhnd_resource) { \
527 struct bhnd_resource **res);
531 struct bhnd_resource **res);
629 struct bhnd_resource *bhnd_bus_generic_alloc_resource (device_t dev,
635 struct bhnd_resource *r);
638 struct bhnd_resource *r);
641 struct bhnd_resource *r);
1305 static inline struct bhnd_resource *
[all...]
H A Dbhnd.c366 struct bhnd_resource *r;
457 /* Allocate a new bhnd_resource wrapping the standard resource we
460 r = malloc(sizeof(struct bhnd_resource), M_BHND, M_NOWAIT);
490 struct bhnd_resource *r;
1037 struct bhnd_resource *r, bus_size_t offset) \
1046 struct bhnd_resource *r, bus_size_t offset, _type value) \
1056 struct bhnd_resource *r, bus_size_t offset, _type datap, \
1098 bhnd_barrier(device_t dev, device_t child, struct bhnd_resource *r,
H A Dbhnd_subr.c1018 struct bhnd_resource **res)
1048 struct bhnd_resource **res)
1082 bhnd_alloc_core_clkctl(device_t dev, device_t pmu_dev, struct bhnd_resource *r,
2217 struct bhnd_resource *
2222 struct bhnd_resource *br;
2236 br = malloc(sizeof(struct bhnd_resource), M_BHND, M_NOWAIT);
2268 int rid, struct bhnd_resource *r)
2293 int rid, struct bhnd_resource *r)
2328 int type, int rid, struct bhnd_resource *r)
H A Dbhnd_erom.c78 struct bhnd_resource *mapped; /**< current mapping, or NULL */
/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h157 struct bhnd_resource *core; /**< core registers. */
H A Dbhnd_pmu_chipc.c105 struct bhnd_resource *r;
H A Dchipc_private.h104 struct bhnd_resource *cr_res; /**< bus resource, or NULL */
H A Dchipc_gpiovar.h123 struct bhnd_resource *mem_res; /**< chipcommon register block */
/freebsd-12-stable/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_var.h87 struct bhnd_resource *mem_res; /**< device register block. */
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.h59 struct bhnd_nvram_io *bhnd_nvram_iores_new(struct bhnd_resource *r,
H A Dbhnd_nvram_iores.c52 struct bhnd_resource *res; /**< backing resource (borrowed ref) */
79 bhnd_nvram_iores_new(struct bhnd_resource *r, bus_size_t offset,
H A Dbhnd_sprom.c99 struct bhnd_resource *r;
/freebsd-12-stable/sys/mips/broadcom/
H A Dbhnd_nexus.c82 struct bhnd_resource *r)
99 int type, int rid, struct bhnd_resource *r)
/freebsd-12-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctlvar.h112 struct bhnd_resource *res; /**< core register block. */
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcmavar.h183 struct bhnd_resource *res_agent; /**< Agent (wrapper) resource, or NULL. Not
H A Dbcma.c244 struct bhnd_resource *r;
305 struct bhnd_resource *r;
353 struct bhnd_resource *r;
391 struct bhnd_resource *r;
429 struct bhnd_resource *r;
/freebsd-12-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcivar.h102 struct bhnd_resource *mem_res; /**< device register block. */
/freebsd-12-stable/sys/dev/bhnd/siba/
H A Dsiba_subr.c677 struct bhnd_resource *r;
717 struct bhnd_resource *r;
H A Dsiba.c676 struct bhnd_resource *r;
732 struct bhnd_resource *r;
797 struct bhnd_resource *r;
957 struct bhnd_resource *r;
H A Dsibavar.h214 struct bhnd_resource *cfg_res[SIBA_MAX_CFG]; /**< bus-mapped config block registers */
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c1529 int type, int rid, struct bhnd_resource *r)
1618 int type, int rid, struct bhnd_resource *r)
1825 struct bhnd_resource *r, bus_size_t offset) \
1839 struct bhnd_resource *r, bus_size_t offset, _type value) \
1850 device_t child, struct bhnd_resource *r, bus_size_t offset, \
1889 bhndb_bus_barrier(device_t dev, device_t child, struct bhnd_resource *r,

Completed in 218 milliseconds

12