Searched refs:PCI_CAP_LIST_ID (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/pci/
H A Dpci-bridge-emul.c175 [PCI_CAP_LIST_ID / 4] = {
321 case PCI_CAP_LIST_ID:
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_capability.c26 .offset = PCI_CAP_LIST_ID,
27 .size = 2, /* encompass PCI_CAP_LIST_ID & PCI_CAP_LIST_NEXT */
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c368 if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) {
/linux-master/drivers/char/agp/
H A Dparisc-agp.c313 id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID);
/linux-master/arch/x86/kernel/
H A Daperture_64.c154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c277 rtas_pci_dn_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
/linux-master/arch/powerpc/sysdev/
H A Dmpic.c458 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
502 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c378 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID);
/linux-master/include/uapi/linux/
H A Dpci_regs.h210 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c251 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c262 if (offset == PCI_CAP_LIST_ID && count > 1)

Completed in 309 milliseconds