Home
last modified time | relevance | path

Searched refs:VMD_MEMBAR2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/controller/
H A Dvmd.c24 #define VMD_MEMBAR2 4 macro
568 vmd->dev->resource[VMD_MEMBAR2].child = &vmd->resources[2]; in vmd_attach_resources()
574 vmd->dev->resource[VMD_MEMBAR2].child = NULL; in vmd_detach_resources()
611 membar2 = pci_iomap(dev, VMD_MEMBAR2, 0); in vmd_get_phys_offsets()
641 *offset2 = dev->resource[VMD_MEMBAR2].start - in vmd_get_phys_offsets()
859 res = &vmd->dev->resource[VMD_MEMBAR2]; in vmd_enable_domain()