Home
last modified time | relevance | path

Searched refs:PCI_CFG_SPACE_EXP_SIZE (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dgvt.c243 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()
Dgvt.h112 unsigned char virtual_cfg_space[PCI_CFG_SPACE_EXP_SIZE];
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h32 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/Linux-v4.19/drivers/pci/
Dprobe.c1405 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) { in pci_ext_cfg_is_aliased()
1438 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
Dpci-sysfs.c1433 .size = PCI_CFG_SPACE_EXP_SIZE,
Dquirks.c4805 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap()
Dpci.c495 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda.c4027 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()