Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Dpci-sysfs.c1290 .size = PCI_CFG_SPACE_EXP_SIZE,
1372 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_create_sysfs_dev_files()
1427 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_create_sysfs_dev_files()
1464 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_remove_sysfs_dev_files()
Dpci.h5 #define PCI_CFG_SPACE_EXP_SIZE 4096 macro
Dprobe.c1042 pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) { in pci_ext_cfg_is_aliased()
1075 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()
Dpci.c283 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()