Home
last modified time | relevance | path

Searched refs:rspec (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bwn/
HDbwn_mac.c58 struct resource_spec rspec[RSPEC_LEN]; member
97 memcpy(sc->rspec, bwn_rspec, sizeof(bwn_rspec)); in bwn_attach()
98 if ((error = bhnd_alloc_resources(dev, sc->rspec, sc->res))) in bwn_attach()
103 device_printf(dev, "got rid=%d res=%p\n", sc->rspec[0].rid, r); in bwn_attach()
122 bhnd_release_resources(dev, sc->rspec, sc->res); in bwn_detach()
/freebsd-11-stable/sys/dev/bhnd/
HDbhnd_nexus.c72 struct resource_spec rspec[nitems(bhnd_nexus_res_spec)]; in bhnd_nexus_read_chipid() local
75 memcpy(rspec, bhnd_nexus_res_spec, sizeof(rspec)); in bhnd_nexus_read_chipid()
76 error = bhnd_read_chipid(dev, rspec, 0, chipid); in bhnd_nexus_read_chipid()
/freebsd-11-stable/sys/mips/broadcom/
HDbcm_mipscore.c95 memcpy(sc->rspec, mipscore_rspec, sizeof(sc->rspec)); in mipscore_attach()
96 error = bhnd_alloc_resources(dev, sc->rspec, sc->res); in mipscore_attach()
HDbcm_mipscore.h40 struct resource_spec rspec[MIPSCORE_MAX_RSPEC]; member