Searched refs:port_res2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/x86/isa/
H A Dclock.c114 struct resource *port_res2; member in struct:attimer_softc
635 sc->port_res2 = isa_alloc_resourcev(dev, SYS_RES_IOPORT,
637 if (sc->port_res2 == NULL)
640 isa_load_resourcev(sc->port_res2, iat2, 2);
653 if (sc->port_res2)
655 sc->port_res2);
/freebsd-9.3-release/sys/pc98/cbus/
H A Dpcrtc.c122 struct resource *port_res1, *port_res2; member in struct:pcrtc_softc
164 if (!(sc->port_res2 = bus_alloc_resource(dev, SYS_RES_IOPORT,
/freebsd-9.3-release/sys/dev/ed/
H A Dif_edvar.h55 struct resource* port_res2; /* resource for port range */ member in struct:ed_softc
H A Dif_ed_pccard.c511 sc->port_res2 = bus_alloc_resource(dev, SYS_RES_IOPORT,
513 if (sc->port_res2 == NULL ||
514 rman_get_size(sc->port_res2) != ED_NOVELL_IO_PORTS / 2) {
H A Dif_ed.c225 if (sc->port_res2)
226 bus_free_resource(dev, SYS_RES_IOPORT, sc->port_res2);
232 sc->port_res2 = 0;

Completed in 137 milliseconds