/linux-2.4.37.9/arch/m68k/atari/ |
D | hades-pci.c | 43 static struct resource config_space = { pci_config_name, HADES_CONFIG_BASE, variable 385 if (request_resource(&iomem_resource, &config_space) != 0) in init_hades_pci() 393 release_resource(&config_space); in init_hades_pci() 405 release_resource(&config_space); in init_hades_pci() 418 release_resource(&config_space); in init_hades_pci()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | cpqphp_pci.c | 604 …rl->pci_ops, busnumber, device, function, cloop << 2, (u32 *) & (new_slot-> config_space [cloop])); in cpqhp_save_config() 711 …ew_slot->bus, new_slot->device, function, cloop << 2, (u32 *) & (new_slot-> config_space [cloop])); in cpqhp_save_slot_config() 1147 …dev(ctrl->pci_ops, func->bus, func->device, func->function, cloop, func->config_space[cloop >> 2]); in cpqhp_configure_board() 1176 if (temp != func->config_space[cloop >> 2]) { in cpqhp_configure_board() 1179 dbg("temp = %x, config space = %x\n\n", temp, func->config_space[cloop]); in cpqhp_configure_board() 1227 if (temp_register != func->config_space[0]) in cpqhp_valid_replace() 1234 if (temp_register != func->config_space[0x08 >> 2]) in cpqhp_valid_replace() 1245 temp_register = func->config_space[0x18 >> 2]; in cpqhp_valid_replace() 1267 if (temp_register != func->config_space[0x2C >> 2]) { in cpqhp_valid_replace() 1272 if (!((func->config_space[0] == 0xAE100E11) in cpqhp_valid_replace()
|
D | shpchp_pci.c | 491 …word(pci_bus, PCI_DEVFN(device, function), cloop << 2, (u32 *) & (new_slot->config_space [cloop])); in shpchp_save_config() 492 … dbg("%s: new_slot->config_space[%x] = %x\n", __FUNCTION__, cloop, new_slot->config_space[cloop]); in shpchp_save_config() 609 …us, PCI_DEVFN(new_slot->device, function), cloop << 2, (u32 *) & (new_slot->config_space [cloop])); in shpchp_save_slot_config() 610 … dbg("%s: new_slot->config_space[%x] = %x\n", __FUNCTION__,cloop, new_slot->config_space[cloop]); in shpchp_save_slot_config()
|
D | pciehp.h | 67 u32 config_space[0x20]; member
|
D | pciehp_pci.c | 496 …word(pci_bus, PCI_DEVFN(device, function), cloop << 2, (u32 *) & (new_slot->config_space [cloop])); in pciehp_save_config() 618 …us, PCI_DEVFN(new_slot->device, function), cloop << 2, (u32 *) & (new_slot->config_space [cloop])); in pciehp_save_slot_config()
|
D | shpchp.h | 68 u32 config_space[0x20]; member
|
D | pciehp_ctrl.c | 956 secondaryBus = (bridge->config_space[0x06] >> 8) & 0xFF; in bridge_slot_remove() 957 subordinateBus = (bridge->config_space[0x06] >> 16) & 0xFF; in bridge_slot_remove() 1045 if (((func->config_space[0x03] >> 16) & 0xFF) == 0x01) in is_bridge()
|
D | cpqphp_ctrl.c | 1080 secondaryBus = (bridge->config_space[0x06] >> 8) & 0xFF; in bridge_slot_remove() 1081 subordinateBus = (bridge->config_space[0x06] >> 16) & 0xFF; in bridge_slot_remove() 1156 if (((func->config_space[0x03] >> 16) & 0xFF) == 0x01) in is_bridge()
|
D | shpchp_ctrl.c | 969 secondaryBus = (bridge->config_space[0x06] >> 8) & 0xFF; in bridge_slot_remove() 970 subordinateBus = (bridge->config_space[0x06] >> 16) & 0xFF; in bridge_slot_remove() 1042 if (((func->config_space[0x03] >> 16) & 0xFF) == 0x01) { in is_bridge()
|
D | cpqphp.h | 250 u32 config_space[0x20]; member
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pbm.h | 177 unsigned long config_space; member
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000.h | 360 uint32_t *config_space; member
|
D | e1000_main.c | 4874 WARN_ON(adapter->config_space != NULL); 4876 adapter->config_space = kmalloc(size, GFP_KERNEL); 4877 if (!adapter->config_space) { 4882 pci_read_config_dword(dev, i * 4, &adapter->config_space[i]); 4893 if (adapter->config_space == NULL) 4901 pci_write_config_dword(dev, i * 4, adapter->config_space[i]); 4902 kfree(adapter->config_space); 4903 adapter->config_space = NULL;
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | pci_psycho.c | 77 ((PBM)->config_space | (1UL << 24)) 1681 p->pbm_A.config_space = p->pbm_B.config_space = in psycho_init() 1684 p->pbm_A.config_space); in psycho_init()
|
D | pci_sabre.c | 215 ((PBM)->config_space | (1UL << 24)) 1688 p->pbm_A.config_space = p->pbm_B.config_space = in sabre_init() 1691 p->pbm_A.config_space); in sabre_init()
|
D | pci_schizo.c | 85 #define SCHIZO_CONFIG_BASE(PBM) ((PBM)->config_space) 1691 pbm->config_space = a; in schizo_determine_mem_io_space() 1728 pbm->config_space, in schizo_determine_mem_io_space()
|