Searched refs:rspec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/dev/bwn/ |
| HD | bwn_mac.c | 58 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/ |
| HD | bhnd_nexus.c | 72 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/ |
| HD | bcm_mipscore.c | 95 memcpy(sc->rspec, mipscore_rspec, sizeof(sc->rspec)); in mipscore_attach() 96 error = bhnd_alloc_resources(dev, sc->rspec, sc->res); in mipscore_attach()
|
| HD | bcm_mipscore.h | 40 struct resource_spec rspec[MIPSCORE_MAX_RSPEC]; member
|