/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 127 case PCI_CAP_ID_PM_OFFSET + PCI_CAP_LIST_NEXT: in sandbox_swap_case_read_config() 133 case PCI_CAP_ID_EXP_OFFSET + PCI_CAP_LIST_NEXT: in sandbox_swap_case_read_config() 139 case PCI_CAP_ID_MSIX_OFFSET + PCI_CAP_LIST_NEXT: in sandbox_swap_case_read_config()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 265 else if (offset == PCI_CAP_LIST_NEXT) in vfio_direct_config_read() 759 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pm_perm() 843 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_vpd_perm() 862 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_pcix_perm() 937 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_exp_perm() 997 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_af_perm() 1204 p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE); in init_pci_cap_msi_perm() 1550 pos + PCI_CAP_LIST_NEXT, &next); in vfio_cap_init() 1595 prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT]; in vfio_cap_init()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 789 .offset = PCI_CAP_LIST_NEXT, 820 .offset = PCI_CAP_LIST_NEXT, 924 .offset = PCI_CAP_LIST_NEXT, 1023 .offset = PCI_CAP_LIST_NEXT, 1346 .offset = PCI_CAP_LIST_NEXT, 1530 .offset = PCI_CAP_LIST_NEXT, 1861 reg_field + PCI_CAP_LIST_NEXT, ®_field); in xen_pt_ptr_reg_init() 1912 pos += PCI_CAP_LIST_NEXT; in find_cap_offset()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.c | 255 addr = qpci_config_readb(dev, start_addr + PCI_CAP_LIST_NEXT); in qpci_find_capability() 263 addr = qpci_config_readb(dev, addr + PCI_CAP_LIST_NEXT); in qpci_find_capability()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cfg_space.c | 372 next = vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_NEXT]; in intel_vgpu_init_cfg_space()
|
/openbmc/linux/drivers/char/agp/ |
H A D | parisc-agp.c | 318 pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT); in lba_find_capability()
|
H A D | hp-agp.c | 198 pos = readb(hpa+pos+PCI_CAP_LIST_NEXT); in hp_zx1_lba_find_capability()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | aperture_64.c | 160 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci.c | 525 pos += PCI_CAP_LIST_NEXT; in pci_find_cap()
|
H A D | pci-uclass.c | 1384 return _dm_pci_find_next_capability(dev, start + PCI_CAP_LIST_NEXT, in dm_pci_find_next_capability()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 282 pos += PCI_CAP_LIST_NEXT; in pseries_eeh_find_cap()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 231 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 232 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 2230 prev = next + PCI_CAP_LIST_NEXT) in pci_find_capability_list() 2250 prev = next + PCI_CAP_LIST_NEXT) { in pci_find_capability_at_offset() 2462 config[PCI_CAP_LIST_NEXT] = pdev->config[PCI_CAPABILITY_LIST]; in pci_add_capability() 2479 pdev->config[prev] = pdev->config[offset + PCI_CAP_LIST_NEXT]; in pci_del_capability()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpic.c | 457 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_msi() 501 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_pic()
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 385 pos+PCI_CAP_LIST_NEXT); in find_cap()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 1853 tmp = pdev->config[tmp + PCI_CAP_LIST_NEXT]) { in vfio_std_cap_max_size() 2168 next = pdev->config[pos + PCI_CAP_LIST_NEXT]; in vfio_add_std_cap() 2204 pci_set_byte(vdev->emulated_config_bits + pos + PCI_CAP_LIST_NEXT, 0xff); in vfio_add_std_cap()
|
H A D | pci-quirks.c | 1584 tmp = pdev->config[tmp + PCI_CAP_LIST_NEXT]; in vfio_add_nv_gpudirect_cap()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 337 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 260 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 463 pos + PCI_CAP_LIST_NEXT, cap); in pci_find_next_capability() 672 pos + PCI_CAP_LIST_NEXT, in __pci_find_next_ht_cap() 694 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap); in pci_find_next_ht_capability()
|