PCI_CAP_LIST_ID   305 arch/powerpc/platforms/powernv/eeh-powernv.c 		pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
PCI_CAP_LIST_ID   184 arch/powerpc/platforms/pseries/eeh_pseries.c 		rtas_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
PCI_CAP_LIST_ID   456 arch/powerpc/sysdev/mpic.c 		u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
PCI_CAP_LIST_ID   500 arch/powerpc/sysdev/mpic.c 		u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
PCI_CAP_LIST_ID   144 arch/x86/kernel/aperture_64.c 		id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
PCI_CAP_LIST_ID   193 drivers/char/agp/hp-agp.c 		id = readb(hpa+pos+PCI_CAP_LIST_ID);
PCI_CAP_LIST_ID   298 drivers/char/agp/parisc-agp.c                 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID);
PCI_CAP_LIST_ID   452 drivers/pci/controller/pci-aardvark.c 	case PCI_CAP_LIST_ID:
PCI_CAP_LIST_ID   177 drivers/pci/pci-bridge-emul.c 	[PCI_CAP_LIST_ID / 4] = {
PCI_CAP_LIST_ID   383 drivers/usb/early/ehci-dbgp.c 		id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID);
PCI_CAP_LIST_ID   261 drivers/vfio/pci/vfio_pci_config.c 		if (offset == PCI_CAP_LIST_ID && count > 1)
PCI_CAP_LIST_ID    26 drivers/xen/xen-pciback/conf_space_capability.c 	 .offset    = PCI_CAP_LIST_ID,