Searched refs:fxp_spec (Results 1 – 2 of 2) sorted by relevance
184 struct resource_spec *fxp_spec; /* the resource spec we used */ member
466 sc->fxp_spec = fxp_res_spec_io; in fxp_attach()468 sc->fxp_spec = fxp_res_spec_mem; in fxp_attach()470 error = bus_alloc_resources(dev, sc->fxp_spec, sc->fxp_res); in fxp_attach()472 if (sc->fxp_spec == fxp_res_spec_mem) in fxp_attach()473 sc->fxp_spec = fxp_res_spec_io; in fxp_attach()475 sc->fxp_spec = fxp_res_spec_mem; in fxp_attach()476 error = bus_alloc_resources(dev, sc->fxp_spec, sc->fxp_res); in fxp_attach()486 sc->fxp_spec == fxp_res_spec_mem ? "memory" : "I/O"); in fxp_attach()958 bus_release_resources(sc->dev, sc->fxp_spec, sc->fxp_res); in fxp_release()