Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/pci/
Dops-loongson3.c36 } else if (where < PCI_CFG_SPACE_EXP_SIZE) { /* extended config */ in loongson3_pci_config_access()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dgvt.c197 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE; in init_device_info()
Dgvt.h107 unsigned char virtual_cfg_space[PCI_CFG_SPACE_EXP_SIZE];
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-designware.c64 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dw_pcie_find_next_ext_capability()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/Linux-v5.4/drivers/pci/
Dprobe.c1529 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) { in pci_ext_cfg_is_aliased()
1562 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
1583 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size()
Dpci-sysfs.c1299 .size = PCI_CFG_SPACE_EXP_SIZE,
Dpci.c497 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
Dquirks.c4959 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dpci-ioda.c3923 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()