Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/controller/
Dvmd.c24 #define VMD_MEMBAR2 4 macro
569 vmd->dev->resource[VMD_MEMBAR2].child = &vmd->resources[2]; in vmd_attach_resources()
575 vmd->dev->resource[VMD_MEMBAR2].child = NULL; in vmd_detach_resources()
612 membar2 = pci_iomap(dev, VMD_MEMBAR2, 0); in vmd_get_phys_offsets()
642 *offset2 = dev->resource[VMD_MEMBAR2].start - in vmd_get_phys_offsets()
860 res = &vmd->dev->resource[VMD_MEMBAR2]; in vmd_enable_domain()