Searched refs:PCI_MESSAGE_BASE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/pci/controller/ |
D | pci-hyperv.c | 103 PCI_MESSAGE_BASE = 0x42490000, enumerator 104 PCI_BUS_RELATIONS = PCI_MESSAGE_BASE + 0, 105 PCI_QUERY_BUS_RELATIONS = PCI_MESSAGE_BASE + 1, 106 PCI_POWER_STATE_CHANGE = PCI_MESSAGE_BASE + 4, 107 PCI_QUERY_RESOURCE_REQUIREMENTS = PCI_MESSAGE_BASE + 5, 108 PCI_QUERY_RESOURCE_RESOURCES = PCI_MESSAGE_BASE + 6, 109 PCI_BUS_D0ENTRY = PCI_MESSAGE_BASE + 7, 110 PCI_BUS_D0EXIT = PCI_MESSAGE_BASE + 8, 111 PCI_READ_BLOCK = PCI_MESSAGE_BASE + 9, 112 PCI_WRITE_BLOCK = PCI_MESSAGE_BASE + 0xA, [all …]
|