Searched refs:pci_config_read (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/acpi/ |
D | osl.c | 87 if (!pci_config_read || !pci_config_write) { in acpi_os_initialize1() 476 result = pci_config_read(pci_id->segment, pci_id->bus, in acpi_os_read_pci_configuration() 480 result = pci_config_read(pci_id->segment, pci_id->bus, in acpi_os_read_pci_configuration() 484 result = pci_config_read(pci_id->segment, pci_id->bus, in acpi_os_read_pci_configuration()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | pci-pc.c | 36 int (*pci_config_read)(int seg, int bus, int dev, int fn, int reg, int len, u32 *value) = NULL; variable 581 pci_config_read = pci_conf1_read; in pcibios_config_init() 585 pci_config_read = pci_conf2_read; in pcibios_config_init()
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pci.h | 25 extern int (*pci_config_read)(int seg, int bus, int dev, int fn, int reg, int len, u32 *value);
|
/linux-2.4.37.9/include/asm-i386/ |
D | pci.h | 25 extern int (*pci_config_read)(int seg, int bus, int dev, int fn, int reg, int len, u32 *value);
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | pci-pc.c | 29 int (*pci_config_read)(int seg, int bus, int dev, int fn, int reg, int len, u32 *value) = NULL; variable 1432 pci_config_read = pci_bios_read; in pcibios_config_init() 1442 pci_config_read = pci_conf1_read; in pcibios_config_init() 1446 pci_config_read = pci_conf2_read; in pcibios_config_init()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | pci.h | 28 extern int (*pci_config_read)(int seg, int bus, int dev, int fn, int reg, int len, u32 *value);
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | pci.c | 52 int (*pci_config_read)(int seg, int bus, int dev, int fn, int reg, int len, u32 *value); variable 380 pci_config_read = pci_sal_read; in pcibios_config_init()
|