Symbol: bhnd_resource
sys/dev/bhnd/bcma/bcma.c
237
struct bhnd_resource *r;
sys/dev/bhnd/bcma/bcma.c
298
struct bhnd_resource *r;
sys/dev/bhnd/bcma/bcma.c
346
struct bhnd_resource *r;
sys/dev/bhnd/bcma/bcma.c
384
struct bhnd_resource *r;
sys/dev/bhnd/bcma/bcma.c
422
struct bhnd_resource *r;
sys/dev/bhnd/bcma/bcmavar.h
181
struct bhnd_resource *res_agent; /**< Agent (wrapper) resource, or NULL. Not
sys/dev/bhnd/bhnd.c
1007
struct bhnd_resource *r, bus_size_t offset, _type datap, \
sys/dev/bhnd/bhnd.c
1049
bhnd_barrier(device_t dev, device_t child, struct bhnd_resource *r,
sys/dev/bhnd/bhnd.c
364
struct bhnd_resource *r;
sys/dev/bhnd/bhnd.c
458
r = malloc(sizeof(struct bhnd_resource), M_BHND, M_NOWAIT);
sys/dev/bhnd/bhnd.c
487
struct bhnd_resource *r;
sys/dev/bhnd/bhnd.c
988
struct bhnd_resource *r, bus_size_t offset) \
sys/dev/bhnd/bhnd.c
997
struct bhnd_resource *r, bus_size_t offset, _type value) \
sys/dev/bhnd/bhnd.h
1291
static inline struct bhnd_resource *
sys/dev/bhnd/bhnd.h
1313
static inline struct bhnd_resource *
sys/dev/bhnd/bhnd.h
1330
bhnd_activate_resource(device_t dev, struct bhnd_resource *r)
sys/dev/bhnd/bhnd.h
1346
bhnd_deactivate_resource(device_t dev, struct bhnd_resource *r)
sys/dev/bhnd/bhnd.h
1362
bhnd_release_resource(device_t dev, struct bhnd_resource *r)
sys/dev/bhnd/bhnd.h
347
#define BHND_DIRECT_RESOURCE(_r) ((struct bhnd_resource) { \
sys/dev/bhnd/bhnd.h
517
struct bhnd_resource **res);
sys/dev/bhnd/bhnd.h
521
struct bhnd_resource **res);
sys/dev/bhnd/bhnd.h
619
struct bhnd_resource *bhnd_bus_generic_alloc_resource (device_t dev,
sys/dev/bhnd/bhnd.h
624
device_t child, struct bhnd_resource *r);
sys/dev/bhnd/bhnd.h
626
device_t child, struct bhnd_resource *r);
sys/dev/bhnd/bhnd.h
628
device_t child, struct bhnd_resource *r);
sys/dev/bhnd/bhnd_erom.c
75
struct bhnd_resource *mapped; /**< current mapping, or NULL */
sys/dev/bhnd/bhnd_private.h
73
struct bhnd_resource *cc_res; /**< resource mapping core's clkctl register */
sys/dev/bhnd/bhnd_subr.c
1011
struct bhnd_resource **res)
sys/dev/bhnd/bhnd_subr.c
1041
struct bhnd_resource **res)
sys/dev/bhnd/bhnd_subr.c
1075
bhnd_alloc_core_clkctl(device_t dev, device_t pmu_dev, struct bhnd_resource *r,
sys/dev/bhnd/bhnd_subr.c
2191
struct bhnd_resource *
sys/dev/bhnd/bhnd_subr.c
2196
struct bhnd_resource *br;
sys/dev/bhnd/bhnd_subr.c
2210
br = malloc(sizeof(struct bhnd_resource), M_BHND, M_NOWAIT);
sys/dev/bhnd/bhnd_subr.c
2242
struct bhnd_resource *r)
sys/dev/bhnd/bhnd_subr.c
2266
struct bhnd_resource *r)
sys/dev/bhnd/bhnd_subr.c
2301
struct bhnd_resource *r)
sys/dev/bhnd/bhndb/bhndb.c
1506
struct bhnd_resource *r)
sys/dev/bhnd/bhndb/bhndb.c
1594
struct bhnd_resource *r)
sys/dev/bhnd/bhndb/bhndb.c
1801
struct bhnd_resource *r, bus_size_t offset) \
sys/dev/bhnd/bhndb/bhndb.c
1815
struct bhnd_resource *r, bus_size_t offset, _type value) \
sys/dev/bhnd/bhndb/bhndb.c
1826
device_t child, struct bhnd_resource *r, bus_size_t offset, \
sys/dev/bhnd/bhndb/bhndb.c
1865
bhndb_bus_barrier(device_t dev, device_t child, struct bhnd_resource *r,
sys/dev/bhnd/bhndvar.h
56
device_t pmu_dev, struct bhnd_resource *r,
sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c
98
struct bhnd_resource *r;
sys/dev/bhnd/cores/chipc/chipc.c
1009
struct bhnd_resource *r)
sys/dev/bhnd/cores/chipc/chipc_gpiovar.h
121
struct bhnd_resource *mem_res; /**< chipcommon register block */
sys/dev/bhnd/cores/chipc/chipc_private.h
103
struct bhnd_resource *cr_res; /**< bus resource, or NULL */
sys/dev/bhnd/cores/chipc/chipcvar.h
154
struct bhnd_resource *core; /**< core registers. */
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctlvar.h
109
struct bhnd_resource *res; /**< core register block. */
sys/dev/bhnd/cores/pci/bhnd_pcivar.h
101
struct bhnd_resource *mem_res; /**< device register block. */
sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h
85
struct bhnd_resource *mem_res; /**< device register block. */
sys/dev/bhnd/cores/pmu/bhnd_pmu.c
102
bhnd_pmu_attach(device_t dev, struct bhnd_resource *res)
sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c
82
struct bhnd_resource *res;
sys/dev/bhnd/cores/pmu/bhnd_pmuvar.h
107
struct bhnd_resource *res; /**< pmu register block. */
sys/dev/bhnd/cores/pmu/bhnd_pmuvar.h
47
int bhnd_pmu_attach(device_t dev, struct bhnd_resource *res);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
58
struct bhnd_nvram_io *bhnd_nvram_iores_new(struct bhnd_resource *r,
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
49
struct bhnd_resource *res; /**< backing resource (borrowed ref) */
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
76
bhnd_nvram_iores_new(struct bhnd_resource *r, bus_size_t offset,
sys/dev/bhnd/nvram/bhnd_sprom.c
97
struct bhnd_resource *r;
sys/dev/bhnd/siba/siba.c
672
struct bhnd_resource *r;
sys/dev/bhnd/siba/siba.c
728
struct bhnd_resource *r;
sys/dev/bhnd/siba/siba.c
793
struct bhnd_resource *r;
sys/dev/bhnd/siba/siba.c
953
struct bhnd_resource *r;
sys/dev/bhnd/siba/siba_subr.c
670
struct bhnd_resource *r;
sys/dev/bhnd/siba/siba_subr.c
710
struct bhnd_resource *r;
sys/dev/bhnd/siba/sibavar.h
213
struct bhnd_resource *cfg_res[SIBA_MAX_CFG]; /**< bus-mapped config block registers */