Searched refs:PCI_SBDF3 (Results 1 – 8 of 8) sorted by relevance
/xen/xen/drivers/video/ |
A D | vga.c | 125 pci_conf_read16(PCI_SBDF3(0, bus, devfn), in video_endboot() 127 !(pci_conf_read16(PCI_SBDF3(0, bus, devfn), PCI_COMMAND) & in video_endboot() 139 switch ( pci_conf_read8(PCI_SBDF3(0, b, df), in video_endboot() 144 if ( pci_conf_read16(PCI_SBDF3(0, b, df), in video_endboot()
|
/xen/xen/drivers/pci/ |
A D | pci.c | 49 pos = pci_conf_read8(PCI_SBDF3(seg, bus, devfn), pos); in pci_find_next_cap() 54 id = pci_conf_read8(PCI_SBDF3(seg, bus, devfn), pos + PCI_CAP_LIST_ID); in pci_find_next_cap() 96 header = pci_conf_read32(PCI_SBDF3(seg, bus, devfn), pos); in pci_find_next_ext_capability() 112 header = pci_conf_read32(PCI_SBDF3(seg, bus, devfn), pos); in pci_find_next_ext_capability()
|
/xen/xen/drivers/passthrough/ |
A D | ats.h | 38 value = pci_conf_read16(PCI_SBDF3(seg, bus, devfn), pos + ATS_REG_CTL); in pci_ats_enabled()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 365 id = pci_conf_read32(PCI_SBDF3(0, bus, devfn), 0); in me_wifi_quirk() 389 id = pci_conf_read32(PCI_SBDF3(0, bus, devfn), 0); in me_wifi_quirk()
|
/xen/xen/include/xen/ |
A D | pci.h | 41 #define PCI_SBDF3(s,b,df) \ macro
|
/xen/xen/arch/x86/x86_64/ |
A D | mmconfig-shared.c | 316 l = pci_conf_read32(PCI_SBDF3(0, bus, devfn), 0); in pci_mmcfg_check_hostbridge()
|
/xen/xen/common/compat/ |
A D | memory.c | 30 uint32_t sbdf = PCI_SBDF3(grdm->map.dev.pci.seg, grdm->map.dev.pci.bus, in get_reserved_device_memory()
|
/xen/xen/common/ |
A D | memory.c | 1012 uint32_t sbdf = PCI_SBDF3(grdm->map.dev.pci.seg, grdm->map.dev.pci.bus, in get_reserved_device_memory()
|
Completed in 19 milliseconds