Searched refs:ioport (Results 1 – 5 of 5) sorted by relevance
421 uint32 ioport = regbase; in scan_pci() local424 if ((ioport - regbase) >= reglen) in scan_pci()430 TRACE_ALWAYS("inserting device at io 0x%04lx as %s\n", ioport, in scan_pci()435 device = new(std::nothrow) SerialDevice(supported, ioport, irq, master); in scan_pci()448 ioport += supported->constraints.split; in scan_pci()
352 struct resource *ioport; member
1469 if (adapter->ioport != NULL) { in igc_free_pci_resources()1471 rman_get_rid(adapter->ioport), adapter->ioport); in igc_free_pci_resources()1472 adapter->ioport = NULL; in igc_free_pci_resources()
464 struct resource *ioport; member
2047 sc->ioport = bus_alloc_resource_any(dev, SYS_RES_IOPORT,2049 if (sc->ioport == NULL) {2056 rman_get_bustag(sc->ioport);2058 rman_get_bushandle(sc->ioport);2332 if (sc->ioport != NULL) {2334 rman_get_rid(sc->ioport), sc->ioport);2335 sc->ioport = NULL;