Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Ds3_pci.c89 struct resource *port_res; member
481 if (!(sc->port_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, in s3pci_attach()
486 sc->st = rman_get_bustag(sc->port_res); in s3pci_attach()
487 sc->sh = rman_get_bushandle(sc->port_res); in s3pci_attach()
546 if (sc->port_res) in s3pci_attach()
547 bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->port_res); in s3pci_attach()
/freebsd/sys/x86/isa/
H A Datrtc.c205 struct resource *port_res; member
481 sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->port_rid, in atrtc_attach()
483 if (sc->port_res == NULL) in atrtc_attach()
H A Dclock.c98 struct resource *port_res; member
569 if (!(sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, in attimer_attach()