Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dswap_case.c127 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 Dvfio_pci_config.c265 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 Dxen_pt_config_init.c789 .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, &reg_field); in xen_pt_ptr_reg_init()
1912 pos += PCI_CAP_LIST_NEXT; in find_cap_offset()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c255 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 Dcfg_space.c372 next = vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_NEXT]; in intel_vgpu_init_cfg_space()
/openbmc/linux/drivers/char/agp/
H A Dparisc-agp.c318 pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT); in lba_find_capability()
H A Dhp-agp.c198 pos = readb(hpa+pos+PCI_CAP_LIST_NEXT); in hp_zx1_lba_find_capability()
/openbmc/linux/arch/x86/kernel/
H A Daperture_64.c160 pos+PCI_CAP_LIST_NEXT); in find_cap()
/openbmc/u-boot/drivers/pci/
H A Dpci.c525 pos += PCI_CAP_LIST_NEXT; in pci_find_cap()
H A Dpci-uclass.c1384 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 Deeh_pseries.c282 pos += PCI_CAP_LIST_NEXT; in pseries_eeh_find_cap()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h231 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h232 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
/openbmc/qemu/hw/pci/
H A Dpci.c2230 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 Dmpic.c457 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 Dehci-dbgp.c385 pos+PCI_CAP_LIST_NEXT); in find_cap()
/openbmc/qemu/hw/vfio/
H A Dpci.c1853 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 Dpci-quirks.c1584 tmp = pdev->config[tmp + PCI_CAP_LIST_NEXT]; in vfio_add_nv_gpudirect_cap()
/openbmc/u-boot/include/
H A Dpci.h337 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c260 pos += PCI_CAP_LIST_NEXT; in pnv_eeh_find_cap()
/openbmc/linux/drivers/pci/
H A Dpci.c463 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()