Searched refs:PCI_CAP_LIST_ID (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | pci-bridge-emul.c | 175 [PCI_CAP_LIST_ID / 4] = { 321 case PCI_CAP_LIST_ID: in pci_bridge_emul_read_ssid()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_capability.c | 26 .offset = PCI_CAP_LIST_ID,
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cfg_space.c | 368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) { in intel_vgpu_init_cfg_space()
|
/openbmc/linux/drivers/char/agp/ |
H A D | parisc-agp.c | 313 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID); in lba_find_capability()
|
H A D | hp-agp.c | 193 id = readb(hpa+pos+PCI_CAP_LIST_ID); in hp_zx1_lba_find_capability()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | aperture_64.c | 154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 1844 reg_field + PCI_CAP_LIST_ID, &cap_id); in xen_pt_ptr_reg_init() 1847 reg_field + PCI_CAP_LIST_ID, rc); in xen_pt_ptr_reg_init() 1901 pos + PCI_CAP_LIST_ID, &id)) { in find_cap_offset()
|
H A D | xen_pt_msi.c | 536 rc = xen_host_pci_get_byte(hd, base + PCI_CAP_LIST_ID, &id); in xen_pt_msix_init()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci.c | 520 pos + PCI_CAP_LIST_ID, &id); in pci_find_cap()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 209 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 277 rtas_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pseries_eeh_find_cap()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 210 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpic.c | 458 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_msi() 502 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_pic()
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 378 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); in find_cap()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 315 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 251 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 2248 if (pdev->config[next + PCI_CAP_LIST_ID] == cap_id) in pci_find_capability_list() 2478 config[PCI_CAP_LIST_ID] = cap_id; in pci_add_capability()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 262 if (offset == PCI_CAP_LIST_ID && count > 1) in vfio_direct_config_read()
|