Symbol: PCI_CAPABILITY_LIST
arch/mips/loongson2ef/common/cs5536/cs5536_acc.c
124
case PCI_CAPABILITY_LIST:
arch/mips/loongson2ef/common/cs5536/cs5536_ehci.c
132
case PCI_CAPABILITY_LIST:
arch/mips/loongson2ef/common/cs5536/cs5536_ide.c
156
case PCI_CAPABILITY_LIST:
arch/mips/loongson2ef/common/cs5536/cs5536_isa.c
301
case PCI_CAPABILITY_LIST:
arch/mips/loongson2ef/common/cs5536/cs5536_ohci.c
128
case PCI_CAPABILITY_LIST:
arch/powerpc/platforms/powernv/eeh-powernv.c
232
int pos = PCI_CAPABILITY_LIST;
arch/powerpc/platforms/pseries/eeh_pseries.c
259
return PCI_CAPABILITY_LIST;
arch/powerpc/sysdev/mpic.c
457
for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0;
arch/powerpc/sysdev/mpic.c
501
for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0;
arch/sparc/kernel/leon_pci_grpci2.c
598
grpci2_cfg_r8(priv, TGT, 0, PCI_CAPABILITY_LIST, &capptr);
arch/um/drivers/vfio_kern.c
441
pos = __uml_vfio_cfgspace_read(dev, PCI_CAPABILITY_LIST, sizeof(pos));
arch/x86/kernel/aperture_64.c
149
pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST);
drivers/bcma/driver_pci_host.c
293
bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr,
drivers/char/agp/isoch.c
395
pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx);
drivers/char/agp/parisc-agp.c
310
pos = readb(info->lba_regs + PCI_CAPABILITY_LIST);
drivers/cxl/core/regs.c
538
offset = FIELD_GET(PCI_RCRB_CAP_LIST_ID_MASK, readw(addr + PCI_CAPABILITY_LIST));
drivers/gpu/drm/i915/gvt/cfg_space.c
368
next = vgpu_cfg_space(vgpu)[PCI_CAPABILITY_LIST];
drivers/pci/controller/cadence/pcie-cadence.c
15
return PCI_FIND_NEXT_CAP(cdns_pcie_read_cfg, PCI_CAPABILITY_LIST,
drivers/pci/controller/dwc/pcie-designware-ep.c
74
return PCI_FIND_NEXT_CAP(dw_pcie_ep_read_cfg, PCI_CAPABILITY_LIST,
drivers/pci/controller/dwc/pcie-designware.c
228
return PCI_FIND_NEXT_CAP(dw_pcie_read_cfg, PCI_CAPABILITY_LIST, cap,
drivers/pci/controller/dwc/pcie-designware.c
244
cap_pos = PCI_FIND_NEXT_CAP(dw_pcie_read_cfg, PCI_CAPABILITY_LIST, cap,
drivers/pci/controller/dwc/pcie-designware.c
253
if (pre_pos == PCI_CAPABILITY_LIST)
drivers/pci/controller/dwc/pcie-designware.c
254
dw_pcie_writeb_dbi(pci, PCI_CAPABILITY_LIST, next_pos);
drivers/pci/controller/pci-hyperv.c
1197
PCI_CAPABILITY_LIST) {
drivers/pci/controller/pci-hyperv.c
1302
where + size <= PCI_CAPABILITY_LIST) {
drivers/pci/pci-bridge-emul.c
137
[PCI_CAPABILITY_LIST / 4] = {
drivers/pci/pci.c
448
return PCI_CAPABILITY_LIST;
drivers/usb/early/ehci-dbgp.c
373
pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST);
drivers/vdpa/ifcvf/ifcvf_base.c
110
ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos);
drivers/vdpa/octeon_ep/octep_vdpa_hw.c
460
octep_pci_caps_read(oct_hw, &pos, 1, PCI_CAPABILITY_LIST);
drivers/vfio/pci/vfio_pci_config.c
1552
ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos);
drivers/vfio/pci/vfio_pci_config.c
1557
prev = &vdev->vconfig[PCI_CAPABILITY_LIST];
drivers/vfio/pci/vfio_pci_config.c
697
p_setb(perm, PCI_CAPABILITY_LIST, (u8)ALL_VIRT, NO_WRITE);
samples/vfio-mdev/mdpy.c
136
mdev_state->vconfig[PCI_CAPABILITY_LIST] = MDPY_VENDORCAP_OFFSET;