PCI_CAPABILITY_LIST  124 arch/mips/loongson64/common/cs5536/cs5536_acc.c 	case PCI_CAPABILITY_LIST:
PCI_CAPABILITY_LIST  132 arch/mips/loongson64/common/cs5536/cs5536_ehci.c 	case PCI_CAPABILITY_LIST:
PCI_CAPABILITY_LIST  156 arch/mips/loongson64/common/cs5536/cs5536_ide.c 	case PCI_CAPABILITY_LIST:
PCI_CAPABILITY_LIST  301 arch/mips/loongson64/common/cs5536/cs5536_isa.c 	case PCI_CAPABILITY_LIST:
PCI_CAPABILITY_LIST  128 arch/mips/loongson64/common/cs5536/cs5536_ohci.c 	case PCI_CAPABILITY_LIST:
PCI_CAPABILITY_LIST  236 arch/powerpc/platforms/maple/pci.c 	if (offset >= PCI_BASE_ADDRESS_0 && offset < PCI_CAPABILITY_LIST)
PCI_CAPABILITY_LIST  287 arch/powerpc/platforms/powernv/eeh-powernv.c 	int pos = PCI_CAPABILITY_LIST;
PCI_CAPABILITY_LIST  166 arch/powerpc/platforms/pseries/eeh_pseries.c 	return PCI_CAPABILITY_LIST;
PCI_CAPABILITY_LIST  454 arch/powerpc/sysdev/mpic.c 	for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0;
PCI_CAPABILITY_LIST  498 arch/powerpc/sysdev/mpic.c 	for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0;
PCI_CAPABILITY_LIST  596 arch/sparc/kernel/leon_pci_grpci2.c 	grpci2_cfg_r8(priv, TGT, 0, PCI_CAPABILITY_LIST, &capptr);
PCI_CAPABILITY_LIST  139 arch/x86/kernel/aperture_64.c 	pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST);
PCI_CAPABILITY_LIST  293 drivers/bcma/driver_pci_host.c 	bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr,
PCI_CAPABILITY_LIST  190 drivers/char/agp/hp-agp.c 	pos = readb(hpa+PCI_CAPABILITY_LIST);
PCI_CAPABILITY_LIST  402 drivers/char/agp/isoch.c 		pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx);
PCI_CAPABILITY_LIST  295 drivers/char/agp/parisc-agp.c         pos = readb(info->lba_regs + PCI_CAPABILITY_LIST);
PCI_CAPABILITY_LIST   49 drivers/pci/controller/dwc/pcie-designware.c 	reg = dw_pcie_readw_dbi(pci, PCI_CAPABILITY_LIST);
PCI_CAPABILITY_LIST  682 drivers/pci/controller/pci-hyperv.c 		   PCI_CAPABILITY_LIST) {
PCI_CAPABILITY_LIST  762 drivers/pci/controller/pci-hyperv.c 	    where + size <= PCI_CAPABILITY_LIST) {
PCI_CAPABILITY_LIST  141 drivers/pci/pci-bridge-emul.c 	[PCI_CAPABILITY_LIST / 4] = {
PCI_CAPABILITY_LIST  412 drivers/pci/pci.c 		return PCI_CAPABILITY_LIST;
PCI_CAPABILITY_LIST  378 drivers/usb/early/ehci-dbgp.c 	pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST);
PCI_CAPABILITY_LIST  653 drivers/vfio/pci/vfio_pci_config.c 	p_setb(perm, PCI_CAPABILITY_LIST, (u8)ALL_VIRT, NO_WRITE);
PCI_CAPABILITY_LIST 1441 drivers/vfio/pci/vfio_pci_config.c 	ret = pci_read_config_byte(pdev, PCI_CAPABILITY_LIST, &pos);
PCI_CAPABILITY_LIST 1446 drivers/vfio/pci/vfio_pci_config.c 	prev = &vdev->vconfig[PCI_CAPABILITY_LIST];
PCI_CAPABILITY_LIST  138 samples/vfio-mdev/mdpy.c 	mdev_state->vconfig[PCI_CAPABILITY_LIST]       = MDPY_VENDORCAP_OFFSET;