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;
|