Home
last modified time | relevance | path

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

/drivers/pci/
Dpci-sysfs.c1223 .size = PCI_CFG_SPACE_EXP_SIZE,
1311 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_create_sysfs_dev_files()
1371 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_create_sysfs_dev_files()
1408 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_remove_sysfs_dev_files()
Dpci.h7 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
Dprobe.c1159 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
Dpci.c274 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()