Searched refs:rl_res (Results 1 – 3 of 3) sorted by relevance
681 sc->rl_res = bus_alloc_resource_any(dev, sc->rl_res_type, in rl_attach()684 if (prefer_iomap == 0 || sc->rl_res == NULL) { in rl_attach()687 sc->rl_res = bus_alloc_resource_any(dev, sc->rl_res_type, in rl_attach()690 if (sc->rl_res == NULL) { in rl_attach()703 if ((rman_get_end(sc->rl_res) - rman_get_start(sc->rl_res)) == 0xFF) in rl_attach()708 sc->rl_btag = rman_get_bustag(sc->rl_res); in rl_attach()709 sc->rl_bhandle = rman_get_bushandle(sc->rl_res); in rl_attach()899 if (sc->rl_res) in rl_detach()901 sc->rl_res); in rl_detach()
870 struct resource *rl_res; member
1243 sc->rl_res = bus_alloc_resource_any(dev, sc->rl_res_type, in re_attach()1245 if (sc->rl_res == NULL && prefer_iomap == 0) { in re_attach()1248 sc->rl_res = bus_alloc_resource_any(dev, sc->rl_res_type, in re_attach()1251 if (sc->rl_res == NULL) { in re_attach()1257 sc->rl_btag = rman_get_bustag(sc->rl_res); in re_attach()1258 sc->rl_bhandle = rman_get_bushandle(sc->rl_res); in re_attach()1821 if (sc->rl_res) in re_detach()1823 sc->rl_res); in re_detach()