Searched refs:cfg_size (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci-sysfs.c225 size = dev->cfg_size;
295 if (off > dev->cfg_size)
297 if (off + count > dev->cfg_size) {
298 size = dev->cfg_size - off;
602 if (pdev->cfg_size < 4096)
643 if (pdev->cfg_size < 4096)
662 if (pdev->cfg_size < 4096)
H A Dproc.c63 size = dev->cfg_size;
136 int size = dev->cfg_size;
408 e->size = dev->cfg_size;
H A Dpci.c191 if (dev->cfg_size <= 256)
H A Dprobe.c918 dev->cfg_size = pci_cfg_space_size(dev);
H A Dquirks.c244 dev->cfg_size = 0xA0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c429 dev->cfg_size = 256;
441 dev->cfg_size = pci_cfg_space_size(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h163 int cfg_size; /* Size of configuration space */ member in struct:pci_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_64.c365 dev->cfg_size = pci_cfg_space_size(dev);

Completed in 102 milliseconds