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

/freebsd-12-stable/sys/dev/ed/
H A Dif_edvar.h57 struct resource* port_res2; /* resource for port range */ member in struct:ed_softc
H A Dif_ed_pccard.c514 sc->port_res2 = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
516 if (sc->port_res2 == NULL ||
517 rman_get_size(sc->port_res2) != ED_NOVELL_IO_PORTS / 2) {
H A Dif_ed.c229 if (sc->port_res2)
230 bus_free_resource(dev, SYS_RES_IOPORT, sc->port_res2);
236 sc->port_res2 = 0;

Completed in 112 milliseconds