Searched refs:pci_func (Results 1 - 6 of 6) sorted by relevance

/gem5/src/dev/pci/
H A DPciDevice.py56 pci_func = Param.Int("PCI function code") variable in class:PciDevice
H A Ddevice.cc68 _busAddr(p->pci_bus, p->pci_dev, p->pci_func),
/gem5/src/dev/x86/
H A DSouthBridge.py70 ide = IdeController(disks=[], pci_func=0, pci_dev=4, pci_bus=0)
/gem5/configs/common/
H A DFSConfig.py84 ethernet = NSGigE(pci_bus=0, pci_dev=1, pci_func=0)
86 pci_func=0, pci_dev=0, pci_bus=0)
376 dev.pci_bus, dev.pci_dev, dev.pci_func = (0, dev_id + 1, 0)
401 ethernet = NSGigE(pci_bus=0, pci_dev=1, pci_func=0)
403 pci_func=0, pci_dev=0, pci_bus=0)
/gem5/configs/example/arm/
H A Ddevices.py231 dev.pci_bus, dev.pci_dev, dev.pci_func = (0, self._pci_devices + 1, 0)
/gem5/src/dev/arm/
H A DRealView.py638 cf_ctrl = IdeController(disks=[], pci_func=0, pci_dev=7, pci_bus=2,
808 cf_ctrl = IdeController(disks=[], pci_func=0, pci_dev=0, pci_bus=2,
864 self.ethernet = IGbE_e1000(pci_bus=0, pci_dev=0, pci_func=0,
866 self.ide = IdeController(disks = [], pci_bus=0, pci_dev=1, pci_func=0,

Completed in 18 milliseconds