Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c297 sc->base_res = bus_alloc_resource_any(brdev, SYS_RES_MEMORY, &rid, in cbb_pci_attach()
299 if (!sc->base_res) { in cbb_pci_attach()
305 rman_get_start(sc->base_res))); in cbb_pci_attach()
315 sc->bst = rman_get_bustag(sc->base_res); in cbb_pci_attach()
316 sc->bsh = rman_get_bushandle(sc->base_res); in cbb_pci_attach()
386 if (sc->base_res) { in cbb_pci_attach()
388 sc->base_res); in cbb_pci_attach()
H A Dpccbbvar.h58 struct resource *base_res; member
H A Dpccbb.c316 sc->base_res); in cbb_detach()