Home
last modified time | relevance | path

Searched refs:base_res (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/pccbb/
Dpccbb_isa.c161 sc->base_res = res; in cbb_isa_activate()
173 if (sc->base_res) in cbb_isa_deactivate()
174 bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->base_res); in cbb_isa_deactivate()
175 sc->base_res = NULL; in cbb_isa_deactivate()
Dpccbb_pci.c328 sc->base_res = bus_alloc_resource_any(brdev, SYS_RES_MEMORY, &rid, in cbb_pci_attach()
330 if (!sc->base_res) { in cbb_pci_attach()
336 rman_get_start(sc->base_res))); in cbb_pci_attach()
339 sc->bst = rman_get_bustag(sc->base_res); in cbb_pci_attach()
340 sc->bsh = rman_get_bushandle(sc->base_res); in cbb_pci_attach()
447 if (sc->base_res) { in cbb_pci_attach()
449 sc->base_res); in cbb_pci_attach()
Dpccbbvar.h60 struct resource *base_res; member
Dpccbb.c354 sc->base_res); in cbb_detach()
1595 pci_write_config(self, CBBR_SOCKBASE, rman_get_start(sc->base_res), 4); in cbb_resume()
1597 rman_get_start(sc->base_res))); in cbb_resume()
/freebsd-9-stable/sys/dev/ctau/
Dif_ct.c132 struct resource *base_res; member
561 bd->base_res = bus_alloc_resource (dev, SYS_RES_IOPORT, &bd->base_rid, in ct_attach()
563 if (! bd->base_res) { in ct_attach()
579 bd->base_res); in ct_attach()
591 bd->base_res); in ct_attach()
608 bd->base_res); in ct_attach()
622 bd->base_res); in ct_attach()
642 bd->base_res); in ct_attach()
660 bd->base_res); in ct_attach()
679 bd->base_res); in ct_attach()
[all …]
/freebsd-9-stable/sys/dev/cx/
Dif_cx.c162 struct resource *base_res; member
660 bd->base_res = bus_alloc_resource (dev, SYS_RES_IOPORT, &bd->base_rid, in cx_attach()
662 if (! bd->base_res) { in cx_attach()
678 bd->base_res); in cx_attach()
690 bd->base_res); in cx_attach()
707 bd->base_res); in cx_attach()
721 bd->base_res); in cx_attach()
741 bd->base_res); in cx_attach()
760 bd->base_res); in cx_attach()
780 bd->base_res); in cx_attach()
[all …]