Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/isa/
H A Datrtc.c202 struct resource *port_res; member
449 sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->port_rid, in atrtc_attach()
451 if (sc->port_res == NULL) in atrtc_attach()
H A Dclock.c96 struct resource *port_res; member
565 if (!(sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, in attimer_attach()