Searched refs:PCI_CFG_SPACE_EXP_SIZE (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Dintel_gvt.c111 mem = kzalloc(PCI_CFG_SPACE_EXP_SIZE, GFP_KERNEL);
117 for (i = 0; i < PCI_CFG_SPACE_EXP_SIZE; i += 4)
/linux-master/arch/loongarch/pci/
H A Dacpi.c180 cfgres.end |= BIT(28) + (((PCI_CFG_SPACE_EXP_SIZE - 1) & 0xf00) << 16);
/linux-master/drivers/fpga/
H A Ddfl-pci.c179 if (dfl_res_off + (dfl_cnt * sizeof(u32)) > PCI_CFG_SPACE_EXP_SIZE) {
/linux-master/drivers/pci/controller/
H A Dpci-loongson.c239 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base)
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgvt.h107 unsigned char virtual_cfg_space[PCI_CFG_SPACE_EXP_SIZE];
H A Dkvmgt.c1725 info->cfg_space_size = PCI_CFG_SPACE_EXP_SIZE;
/linux-master/drivers/pci/
H A Dprobe.c1673 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) {
1706 return PCI_CFG_SPACE_EXP_SIZE;
1727 return PCI_CFG_SPACE_EXP_SIZE;
H A Dpci-sysfs.c824 a->size = PCI_CFG_SPACE_EXP_SIZE;
H A Dpci.c562 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8;
H A Dquirks.c5460 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE;
/linux-master/include/uapi/linux/
H A Dpci_regs.h30 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware.c251 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8;
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2825 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE;

Completed in 225 milliseconds