Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Ds3_pci.c90 struct resource *enh_res; member
490 if (!(sc->enh_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, in s3pci_attach()
496 sc->enh_st = rman_get_bustag(sc->enh_res); in s3pci_attach()
497 sc->enh_sh = rman_get_bushandle(sc->enh_res); in s3pci_attach()
543 if (sc->enh_res) in s3pci_attach()
544 bus_release_resource(dev, SYS_RES_IOPORT, 1, sc->enh_res); in s3pci_attach()