Changeset 479 for GPL/trunk/include/linux/pci.h
- Timestamp:
- May 1, 2010, 9:49:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/pci.h
r463 r479 73 73 /* 74 74 * Base addresses specify locations in memory or I/O space. 75 * Decoded size can be determined by writing a value of 76 * 0xffffffff to the register, and reading it back. Only 75 * Decoded size can be determined by writing a value of 76 * 0xffffffff to the register, and reading it back. Only 77 77 * 1 bits are decoded. 78 78 */ … … 98 98 #define PCI_CARDBUS_CIS 0x28 99 99 #define PCI_SUBSYSTEM_VENDOR_ID 0x2c 100 #define PCI_SUBSYSTEM_ID 0x2e 100 #define PCI_SUBSYSTEM_ID 0x2e 101 101 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ 102 102 #define PCI_ROM_ADDRESS_ENABLE 0x01 … … 389 389 #define PCI_BRIDGE_RESOURCES 7 390 390 #define PCI_NUM_RESOURCES 11 391 391 392 392 #define PCI_REGION_FLAG_MASK 0x0f /* These bits of resource flags tell us the PCI region flags */ 393 393 … … 517 517 * simple PCI probing for drivers (drivers/pci/helper.c) 518 518 */ 519 519 520 520 struct pci_simple_probe_entry; 521 521 typedef int (*pci_simple_probe_callback) (struct pci_dev *dev, int match_num,
Note:
See TracChangeset
for help on using the changeset viewer.