Searched refs:PCI_MESSAGE_BASE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 112 PCI_MESSAGE_BASE = 0x42490000, enumerator 113 PCI_BUS_RELATIONS = PCI_MESSAGE_BASE + 0, 114 PCI_QUERY_BUS_RELATIONS = PCI_MESSAGE_BASE + 1, 115 PCI_POWER_STATE_CHANGE = PCI_MESSAGE_BASE + 4, 116 PCI_QUERY_RESOURCE_REQUIREMENTS = PCI_MESSAGE_BASE + 5, 117 PCI_QUERY_RESOURCE_RESOURCES = PCI_MESSAGE_BASE + 6, 118 PCI_BUS_D0ENTRY = PCI_MESSAGE_BASE + 7, 119 PCI_BUS_D0EXIT = PCI_MESSAGE_BASE + 8, 120 PCI_READ_BLOCK = PCI_MESSAGE_BASE + 9, 121 PCI_WRITE_BLOCK = PCI_MESSAGE_BASE + 0xA, [all …]
|