Searched refs:XEN_PCI_IGD_SLOT_MASK (Results 1 – 2 of 2) sorted by relevance
954 pci_bus_set_slot_reserved_mask(pci_bus, XEN_PCI_IGD_SLOT_MASK); in xen_igd_reserve_slot()974 if (!(pci_bus_get_slot_reserved_mask(pci_bus) & XEN_PCI_IGD_SLOT_MASK)) { in xen_igd_clear_slot()985 pci_bus_clear_slot_reserved_mask(pci_bus, XEN_PCI_IGD_SLOT_MASK); in xen_igd_clear_slot()
96 #define XEN_PCI_IGD_SLOT_MASK \ macro