Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/
Dpci-sysfs.c1039 .size = PCI_CFG_SPACE_EXP_SIZE,
1127 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_create_sysfs_dev_files()
1196 if (pdev->cfg_size < PCI_CFG_SPACE_EXP_SIZE) in pci_create_sysfs_dev_files()
1233 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
Dpci.c289 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_ext_capability()
341 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_bus_find_ext_capability()
Dprobe.c1101 return PCI_CFG_SPACE_EXP_SIZE; in pci_cfg_space_size_ext()