Home | History | Annotate | Download | only in hw

Lines Matching refs:devfn

16 #define PCI_SLOT(devfn)         (((devfn) >> 3) & 0x1f)
17 #define PCI_FUNC(devfn) ((devfn) & 0x07)
147 int devfn;
164 int instance_size, int devfn,
186 PCIDevice *pci_nic_init(PCIBus *bus, NICInfo *nd, int devfn,
199 PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did,
223 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
233 void usb_uhci_piix3_init(PCIBus *bus, int devfn);
234 void usb_uhci_piix4_init(PCIBus *bus, int devfn);
237 void usb_ohci_init_pci(struct PCIBus *bus, int num_ports, int devfn);