Lines Matching refs:PCIDevice
65 PCI_CfgRead8(PCIDevice *dev, uint32_t reg)
71 PCI_CfgRead16(PCIDevice *dev, uint32_t reg)
77 PCI_CfgRead32(PCIDevice *dev, uint32_t reg)
83 PCI_CfgWrite8(PCIDevice *dev, uint32_t reg, uint8_t data)
89 PCI_CfgWrite16(PCIDevice *dev, uint32_t reg, uint16_t data)
95 PCI_CfgWrite32(PCIDevice *dev, uint32_t reg, uint32_t data)
101 PCI_GetDeviceID(PCIDevice *dev)
107 PCI_GetVendorID(PCIDevice *dev)
113 PCI_GetBaseClass(PCIDevice *dev)
119 PCI_GetSubClass(PCIDevice *dev)
125 PCI_GetHeaderType(PCIDevice *dev)
249 PCI_Configure(PCIDevice *dev)