HomeSort by: relevance | last modified time | path
    Searched defs:pci_io_alloc_low (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
sv.c 254 static pcireg_t pci_io_alloc_low, pci_io_alloc_high; variable in typeref:typename:pcireg_t
264 error = bus_space_alloc(iot, pci_io_alloc_low, pci_io_alloc_high,
293 pci_io_alloc_low = pci_conf_read(pc, pt, SV_SB_PORTBASE_SLOT);
294 pci_io_alloc_high = pci_io_alloc_low + 0x1000;
sv.c 254 static pcireg_t pci_io_alloc_low, pci_io_alloc_high; variable in typeref:typename:pcireg_t
264 error = bus_space_alloc(iot, pci_io_alloc_low, pci_io_alloc_high,
293 pci_io_alloc_low = pci_conf_read(pc, pt, SV_SB_PORTBASE_SLOT);
294 pci_io_alloc_high = pci_io_alloc_low + 0x1000;

Completed in 81 milliseconds